mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Remove extraneous imports
This commit is contained in:
parent
3ab29caee1
commit
bf7e75b0bd
1 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
import asyncio
|
|
||||||
import json as jsn
|
import json as jsn
|
||||||
import os
|
import os
|
||||||
import pickle as pkl
|
import pickle as pkl
|
||||||
|
@ -12,8 +11,6 @@ from discord import errors as err
|
||||||
|
|
||||||
from misc import exceptions as exc
|
from misc import exceptions as exc
|
||||||
|
|
||||||
# from pync import Notifier
|
|
||||||
|
|
||||||
|
|
||||||
print('\nPID : {}\n'.format(os.getpid()))
|
print('\nPID : {}\n'.format(os.getpid()))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue