Skip to content

Commit 634d2d2

Browse files
committed
linting
1 parent a75c77e commit 634d2d2

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

infrahub_sdk/diff.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
from __future__ import annotations
22

33
from datetime import datetime
4-
from typing import (
5-
Any,
6-
Union,
7-
)
4+
from typing import Any
85

96
from typing_extensions import NotRequired, TypedDict
107

infrahub_sdk/graphql/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from datetime import datetime
2-
from typing import Union
32

43
VARIABLE_TYPE_MAPPING = (
54
(str, "String!"),

infrahub_sdk/graphql/renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44
from datetime import datetime
55
from enum import Enum
6-
from typing import Any, Union
6+
from typing import Any
77

88
from pydantic import BaseModel
99

0 commit comments

Comments
 (0)