Skip to content

Commit 53e47d9

Browse files
committed
Remove '__init__.py', not needed.
1 parent e8bc802 commit 53e47d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_main.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -414,12 +414,7 @@ def test_packages_distributions_symlinked_top_level(self):
414414
""",
415415
"RECORD": "symlinked,,\n",
416416
},
417-
".symlink.target": {
418-
"__init__.py": """
419-
def main():
420-
print("hello world")
421-
""",
422-
},
417+
".symlink.target": {},
423418
"symlinked": Symlink(".symlink.target"),
424419
}
425420

0 commit comments

Comments
 (0)