Skip to content

Commit

Permalink
Reformat according to black
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-korpem committed Dec 4, 2024
1 parent 3a1aa58 commit cc1dbb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geopackage_validator/validations/geometry_empty_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
GROUP BY type;"""


def query_geometry_empty(dataset, sql_template) -> Iterable[Tuple[str, str, str, int, int]]:
def query_geometry_empty(
dataset, sql_template
) -> Iterable[Tuple[str, str, str, int, int]]:
columns = utils.dataset_geometry_tables(dataset)

for table_name, column_name, _ in columns:
Expand Down

0 comments on commit cc1dbb5

Please sign in to comment.