diff --git a/auto_seedr/__init__.py b/auto_seedr/__init__.py index 870b060..8b13789 100644 --- a/auto_seedr/__init__.py +++ b/auto_seedr/__init__.py @@ -1,2 +1 @@ -from auto_seedr.client import AutoSeedrClient -from auto_seedr.utils import logging, setup_config, timeit + diff --git a/gui.py b/gui.py index d27697b..40ecea3 100644 --- a/gui.py +++ b/gui.py @@ -1,7 +1,6 @@ import tkinter as tk from configparser import ConfigParser from tkinter import messagebox, filedialog -from tqdm.tk import trange, tqdm from auto_seedr import AutoSeedrClient, setup_config