1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 06:06:16 +02:00

Refactor: Remove the unused import

This commit is contained in:
syuilo
2017-02-09 00:15:30 +09:00
parent bc1698e755
commit 2238355280

View File

@@ -5,7 +5,6 @@
*/
import * as mongo from 'mongodb';
import AccessToken from '../../models/access-token';
import App from '../../models/app';
import serialize from '../../serializers/app';
/**