Skip to content

Commit

Permalink
running qenerate one more time
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle committed Dec 20, 2022
1 parent 935f0ea commit e70a1dd
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 11 deletions.
2 changes: 1 addition & 1 deletion reconcile/gql_definitions/cna/queries/aws_arn.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Generated by qenerate plugin=pydantic_v1. DO NOT MODIFY MANUALLY!
"""
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
from enum import Enum # noqa: F401 # pylint: disable=W0611
from typing import ( # noqa: F401 # pylint: disable=W0611
Any,
Callable,
Optional,
Union,
)
Expand Down
2 changes: 1 addition & 1 deletion reconcile/gql_definitions/fragments/resource_file.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Generated by qenerate plugin=pydantic_v1. DO NOT MODIFY MANUALLY!
"""
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
from enum import Enum # noqa: F401 # pylint: disable=W0611
from typing import ( # noqa: F401 # pylint: disable=W0611
Any,
Callable,
Optional,
Union,
)
Expand Down
Loading

0 comments on commit e70a1dd

Please sign in to comment.