Skip to content

Commit b4381e1

Browse files
fix(ci): disable import-error
1 parent 9984b85 commit b4381e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

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

33
import os
44

5-
from setuptools import find_packages, setup # type: ignore
5+
from setuptools import find_packages, setup # type: ignore # pylint: disable=import-error
66

77

88
def package_files(directory):

0 commit comments

Comments
 (0)