Skip to content

Commit 00129a9

Browse files
Potential fix for code scanning alert no. 17: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 78eedd7 commit 00129a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/hellgate/register-payments/register-payments-from-csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import subprocess
4444
import argparse
4545
import datetime
46-
from typing import Dict, Any, Optional
46+
from typing import Dict, Optional
4747

4848

4949
def parse_args():

0 commit comments

Comments
 (0)