Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Feb 14, 2025
1 parent 72aac5f commit 26f68a4
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 11 deletions.
4 changes: 3 additions & 1 deletion github_app_geo_project/application_configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import Any, TypedDict

Expand Down
4 changes: 3 additions & 1 deletion github_app_geo_project/module/audit/configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import Any, Literal, TypedDict, Union

Expand Down
4 changes: 3 additions & 1 deletion github_app_geo_project/module/backport/configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import TypedDict

Expand Down
4 changes: 3 additions & 1 deletion github_app_geo_project/module/clean/configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import Literal, TypedDict, Union

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import Required, TypedDict

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import TypedDict, Union

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import TypedDict

Expand Down
4 changes: 3 additions & 1 deletion github_app_geo_project/module/standard/auto_configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import TypedDict

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import Literal, TypedDict, Union

Expand Down
4 changes: 3 additions & 1 deletion github_app_geo_project/module/versions/configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import Any, Required, TypedDict

Expand Down
4 changes: 3 additions & 1 deletion github_app_geo_project/project_configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Automatically generated file from a JSON schema."""
"""
Automatically generated file from a JSON schema.
"""

from typing import TypedDict

Expand Down

0 comments on commit 26f68a4

Please sign in to comment.