Skip to content

Commit 4da2f83

Browse files
committed
update file.py
1 parent 5fa1be9 commit 4da2f83

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wfc/file.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
from wfc.logger import log, INFO, ERROR
99
from wfc import popup, config, registry, paths
1010

11-
# TODO: Testmode toggle
11+
# TODO: Testmode toggle testgpcommit
1212
TESTMODE = True
1313

1414

15+
def test_function():
16+
print("This is a test function")
17+
18+
1519
def get_things_to_delete() -> (
1620
Tuple[List[Tuple[str, float, str]], List[Tuple[str, float, str]]]
1721
):

0 commit comments

Comments
 (0)