Skip to content

Commit 8978835

Browse files
committed
Update cca.py
1 parent 2d127f9 commit 8978835

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • .manager/src/proman/script

.manager/src/proman/script/cca.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
from __future__ import annotations
22

3-
import argparse
43
import sys
4+
from typing import TYPE_CHECKING
55
from pathlib import Path
66

77
from loggerman import logger
88

99
import controlman
1010
from controlman.exception import ControlManException
1111

12+
if TYPE_CHECKING:
13+
import argparse
14+
1215

1316
def run(
1417
*,

0 commit comments

Comments
 (0)