Skip to content

Commit

Permalink
Solved an ImportError
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Aug 21, 2020
1 parent 54587c7 commit ce93b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YouTubeMDBot/database/redis/wrapper.py
Expand Up @@ -22,7 +22,7 @@
from abc import ABC
from typing import Union, Optional
from threading import Lock
from database import PostgreSQLItem
from .. import PostgreSQLItem
from YouTubeMDBot import REDIS_UNIX_SOCKET

wrapper_lock = Lock()
Expand Down

0 comments on commit ce93b60

Please sign in to comment.