fix format in backend
This commit is contained in:
@@ -3,7 +3,9 @@ import random
|
||||
from functools import lru_cache
|
||||
from pathlib import Path
|
||||
|
||||
DICTIONARY_PATH = Path(__file__).resolve().parents[1] / "seeds" / "data" / "name_dictionary.json"
|
||||
DICTIONARY_PATH = (
|
||||
Path(__file__).resolve().parents[1] / "seeds" / "data" / "name_dictionary.json"
|
||||
)
|
||||
|
||||
|
||||
@lru_cache(maxsize=1)
|
||||
|
||||
Reference in New Issue
Block a user