Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbubbles committed Oct 21, 2024
1 parent de79ba5 commit e4d6c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/compiler/input_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def _generate_source_id(self, resolved_path: PathLike) -> int:
def load_file(self, path: PathLike | str) -> CompilerInput:
# search path precedence
tried = []

if isinstance(path, str):
path = PurePath(path)
for sp in reversed(self.search_paths):
Expand Down

0 comments on commit e4d6c62

Please sign in to comment.