Skip to content

Commit

Permalink
Python fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olabetskyi committed Aug 30, 2024
1 parent 34d7292 commit d34c6fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cli/more-projects_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,6 @@ def test_shared_items_project(tmpdir = ""):
assert any('2/2 files checked 100% done' in x for x in lines)
assert stderr == ''

import shutil

def test_project_missing_files(tmpdir):
filename = os.path.join(tmpdir, 'main.c')
Expand Down

0 comments on commit d34c6fe

Please sign in to comment.