Skip to content

Commit 1e8331a

Browse files
committed
pre-commit run
1 parent 340a920 commit 1e8331a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

demos/project_root.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
# ---
1515

1616
# %%
17-
from fagfunksjoner import ProjectRoot
1817
import os
1918

19+
from fagfunksjoner import ProjectRoot
20+
21+
2022
# %%
2123
print(os.getcwd())
2224

demos/versions_dapla.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
versions.get_latest_fileversions(files)
5656

5757
# %%
58-
versions.latest_version_path("/buckets/produkt/versions_paths_fagfunksjoner/file_v12__DOC")
58+
versions.latest_version_path(
59+
"/buckets/produkt/versions_paths_fagfunksjoner/file_v12__DOC"
60+
)
5961

6062
# %%
6163
versions.next_version_path(

src/fagfunksjoner/paths/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The main purpose is fileversions according to Statistics Norway standards.
44
The aim is to help versioning up and getting the latest version of paths in use on storage.
55
6-
The module is not targeted at files that do not follow the naming convention of versions,
6+
The module is not targeted at files that do not follow the naming convention of versions,
77
for example the __DOC.json-files, will not work, because they do not end with "_v1" before the file extension.
88
"""
99

0 commit comments

Comments
 (0)