mirror of https://github.com/Mai-with-u/MaiBot.git
fix: Ruff
parent
47b3e1af28
commit
c86b043f28
|
|
@ -1,6 +1,6 @@
|
||||||
from typing import List, Optional, Dict, Any
|
from typing import List, Optional, Dict, Any
|
||||||
import strawberry
|
import strawberry
|
||||||
from packaging.version import Version
|
# from packaging.version import Version
|
||||||
import os
|
import os
|
||||||
|
|
||||||
ROOT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
ROOT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue