chore(): Removes unneeded library imports

This commit is contained in:
Elia el Lazkani 2024-12-25 15:21:20 +01:00
parent 459a96f711
commit abbfbfbffb

View file

@ -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