Skip to content

Commit 7d7b644

Browse files
committed
fstring not needed
1 parent c82f69d commit 7d7b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
SERVER_CONFIG_FILE = "mswms_settings.py"
3535
MSCOLAB_CONFIG_FILE = "mscolab_settings.py"
3636
MSCOLAB_AUTH_FILE = "mscolab_auth.py"
37-
ROOT_FS = TempFS(identifier=f"msui")
37+
ROOT_FS = TempFS(identifier="msui")
3838
OSFS_URL = ROOT_FS.geturl("", purpose="fs")
3939

4040
ROOT_DIR = ROOT_FS.getsyspath("")

0 commit comments

Comments
 (0)