Skip to content

Commit 9fe6467

Browse files
committed
linting
1 parent a75c77e commit 9fe6467

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

infrahub_sdk/diff.py

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

33
from datetime import datetime
4-
from typing import (
5-
Any,
6-
Union,
4+
from typing import Any
75
)
86

97
from typing_extensions import NotRequired, TypedDict

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)