Skip to content

Commit 2263844

Browse files
Remove commented out code.
1 parent 5a7d0d9 commit 2263844

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_buildozer.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,6 @@ def create_file(self, relpath, content=''):
303303
f.write(content)
304304
return filepath
305305

306-
# def create_dir(self, relpath):
307-
# """Helper to create a directory in source_dir."""
308-
# dirpath = os.path.join(self.source_dir, relpath)
309-
# os.makedirs(dirpath, exist_ok=True)
310-
# return dirpath
311-
312306
@mock.patch('buildozer.buildops')
313307
def test_ignore_hidden_files_and_directories_in_source(self,
314308
mock_buildops):

0 commit comments

Comments
 (0)