Skip to content

Commit

Permalink
fstring not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Jan 27, 2025
1 parent c82f69d commit 7d7b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
SERVER_CONFIG_FILE = "mswms_settings.py"
MSCOLAB_CONFIG_FILE = "mscolab_settings.py"
MSCOLAB_AUTH_FILE = "mscolab_auth.py"
ROOT_FS = TempFS(identifier=f"msui")
ROOT_FS = TempFS(identifier="msui")
OSFS_URL = ROOT_FS.geturl("", purpose="fs")

ROOT_DIR = ROOT_FS.getsyspath("")
Expand Down

0 comments on commit 7d7b644

Please sign in to comment.