From abbfbfbffb21c3fe65b04bf631b8fa458e8c237c Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Wed, 25 Dec 2024 15:21:20 +0100 Subject: [PATCH] chore(): Removes unneeded library imports --- shortenit/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/shortenit/main.py b/shortenit/main.py index 1963860..f9d90b1 100644 --- a/shortenit/main.py +++ b/shortenit/main.py @@ -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