Skip to content

Commit

Permalink
🩹 Fix code issues and smells
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed Dec 30, 2023
1 parent b4fef93 commit f9a08bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/file_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
OPEN = 'builtins.open'
PATH_EXISTS = 'os.path.exists'
PATH_ISFILE = 'os.path.isfile'

0 comments on commit f9a08bf

Please sign in to comment.