Skip to content

Commit 3dfdcdc

Browse files
author
Richard Bell
committed
flake8 fixes
1 parent 2a6fe12 commit 3dfdcdc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nisystemlink/clients/core/_uplink/_base_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# mypy: disable-error-code = misc
22

3-
from json import loads
4-
from typing import Any, Callable, Dict, List, get_origin, Optional, Type, Union
3+
from typing import Any, Callable, Dict, get_origin, Optional, Type, Union
54

65
import requests
76
from nisystemlink.clients import core

nisystemlink/clients/testmonitor/models/_step_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Dict, List, Optional
1+
from typing import Dict, List, Optional
22

33
from nisystemlink.clients.core._uplink._json_model import JsonModel
44
from pydantic import ConfigDict, Field

0 commit comments

Comments
 (0)