mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
applied flake8 and black rules
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
import os.path
|
||||
|
||||
DATA_DIRS = [os.path.expanduser("~/.osaca/data"), os.path.join(os.path.dirname(__file__), "data")]
|
||||
DATA_DIRS = [
|
||||
os.path.expanduser("~/.osaca/data"),
|
||||
os.path.join(os.path.dirname(__file__), "data"),
|
||||
]
|
||||
CACHE_DIR = os.path.expanduser("~/.osaca/cache")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user