1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Remove extraneous imports

This commit is contained in:
Myned 2019-09-29 23:57:56 -04:00
parent 3ab29caee1
commit bf7e75b0bd
No known key found for this signature in database
GPG key ID: BC58C09870A63E59

View file

@ -1,4 +1,3 @@
import asyncio
import json as jsn
import os
import pickle as pkl
@ -12,8 +11,6 @@ from discord import errors as err
from misc import exceptions as exc
# from pync import Notifier
print('\nPID : {}\n'.format(os.getpid()))