Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
blastbeng committed Oct 5, 2024
1 parent c1e4105 commit 79a3062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotisub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Spotisub init module"""
from spotisub import routes, classes, errors
import logging
import os

Expand Down Expand Up @@ -39,3 +38,4 @@
configuration_db = SQLAlchemy(spotisub)
login = LoginManager(spotisub)
login.login_view = 'login'
from spotisub import routes, classes, errors

0 comments on commit 79a3062

Please sign in to comment.