Skip to content

Commit

Permalink
Style Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Sep 26, 2023
1 parent 1d1b847 commit b8378f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import tempfile
from typing import List, Union, Tuple


def all_import_lines(lines: List[str]) -> bool:
"""Return true if every line is a Java import line."""
return all(line.startswith("import ") for line in lines)
Expand Down

0 comments on commit b8378f2

Please sign in to comment.