Skip to content

Commit 7d0b525

Browse files
CopilotHellAholic
andcommitted
Add noqa comment for Optional import used in type comments
Co-authored-by: HellAholic <28710690+HellAholic@users.noreply.github.com>
1 parent 00eacf5 commit 7d0b525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Charon/filetypes/OpenPackagingConvention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from io import BytesIO
55
import json # The metadata format.
66
import re # To find the path aliases.
7-
from typing import Any, Dict, List, IO
7+
from typing import Any, Dict, List, IO, Optional # noqa: F401
88
import xml.etree.ElementTree as ET # For writing XML manifest files.
99
import zipfile
1010

0 commit comments

Comments
 (0)