Skip to content

Commit f928517

Browse files
authored
Remove useless test/data folder and imports (#40)
* remove useless test/data folder * remove usless imports
1 parent 541052c commit f928517

File tree

5 files changed

+0
-4
lines changed

5 files changed

+0
-4
lines changed

test/data/blank_file.txt

Whitespace-only changes.

test/test_add.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import subprocess
32

43
import pytest

test/test_branch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import subprocess
32

43
import pytest

test/test_checkout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import subprocess
32

43
import pytest

test/test_commit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import subprocess
32

43
import pytest

0 commit comments

Comments
 (0)