Skip to content

Commit 7151de1

Browse files
committed
[syhstem] Lintiong
1 parent 611d162 commit 7151de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sebs/openwhisk/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from __future__ import annotations
1515

16-
from typing import Optional, cast, Dict
16+
from typing import Optional, cast, Dict, Any
1717

1818
from sebs.cache import Cache
1919
from sebs.faas.config import Credentials, Resources, Config

sebs/openwhisk/openwhisk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import os
1414
import subprocess
15-
from typing import cast, Dict, List, Optional, Tuple, Type, Any
15+
from typing import cast, Dict, List, Optional, Tuple, Type
1616

1717
import docker
1818

0 commit comments

Comments
 (0)