remove unused imports

This commit is contained in:
William Luke 2021-12-08 14:30:57 +03:00
parent 33ad2dbc2d
commit a67f3a0dc0
1 changed files with 1 additions and 3 deletions

View File

@ -6,13 +6,11 @@
# standard imports
import logging
# external imports
# external imports
import celery
from chainlib.chain import ChainSpec
# local imports
from cic_eth.api.base import ApiBase
from cic_eth.enum import LockEnum
from hexathon import strip_0x
app = celery.current_app