fix: use relative imports for python files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from hashids import Hashids
|
||||
|
||||
from backend.config import settings
|
||||
from ..config import settings
|
||||
|
||||
class ShortCodeEncoder:
|
||||
def __init__(self, salt=None, alphabet=None, min_length=6):
|
||||
|
||||
Reference in New Issue
Block a user