Skip to content

Commit 6e3e1f7

Browse files
committed
fix ruff lint
1 parent 1dafaf9 commit 6e3e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage_arkime/commands/cluster_create.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
import shutil
55
import sys
6-
from typing import Callable, List, Tuple, Dict
6+
from typing import Callable, List, Dict
77

88
import arkime_interactions.config_wrangling as config_wrangling
99
from aws_interactions.acm_interactions import upload_default_elb_cert

0 commit comments

Comments
 (0)