Skip to content

Commit

Permalink
Remove '__init__.py', not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 18, 2023
1 parent e8bc802 commit 53e47d9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,7 @@ def test_packages_distributions_symlinked_top_level(self):
""",
"RECORD": "symlinked,,\n",
},
".symlink.target": {
"__init__.py": """
def main():
print("hello world")
""",
},
".symlink.target": {},
"symlinked": Symlink(".symlink.target"),
}

Expand Down

0 comments on commit 53e47d9

Please sign in to comment.