chore(): Removes unneeded library imports
This commit is contained in:
parent
459a96f711
commit
abbfbfbffb
1 changed files with 0 additions and 2 deletions
|
@ -1,10 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import asyncio
|
||||
import logging
|
||||
import pathlib
|
||||
import sys
|
||||
import time
|
||||
import typing
|
||||
|
||||
from sqlalchemy import create_engine, exc
|
||||
|
|
Loading…
Reference in a new issue