Skip to content

Commit 075b5e5

Browse files
committed
fix: pylint mis-id'ed issue with ProcessPoolExecutor
1 parent 6cb2b48 commit 075b5e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hydrator/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import pathlib
2323
import pprint
2424
import sys
25+
# pylint: disable-next=no-name-in-module
2526
from concurrent.futures import ProcessPoolExecutor, as_completed
2627
from importlib.metadata import version
2728
from typing import Type

0 commit comments

Comments
 (0)