Skip to content

Commit 824b3ba

Browse files
committed
style: fix one change from updated pylint
1 parent 79c7fae commit 824b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from __future__ import annotations
77

88
import glob
9-
import optparse # pylint: disable=deprecated-module
9+
import optparse
1010
import os
1111
import os.path
1212
import shlex

0 commit comments

Comments
 (0)