Skip to content

Commit cc4c917

Browse files
committed
Ignore lack of types from lzma
1 parent 65784fc commit cc4c917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sb-update

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

33
import argparse
44
import logging
5-
import lzma
5+
import lzma # type: ignore
66
import pathlib
77
import subprocess
88
import tempfile

0 commit comments

Comments
 (0)