We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23c7e6 commit c1cbf90Copy full SHA for c1cbf90
fprettify/tests/test_common.py
@@ -25,7 +25,6 @@
25
def joinpath(path1, path2):
26
return os.path.normpath(os.path.join(path1, path2))
27
28
-#ToDo: replace with __FILE__
29
_MYPATH = os.path.dirname(os.path.abspath(
30
inspect.getfile(inspect.currentframe())))
31
0 commit comments