Skip to content

Commit dd810ad

Browse files
committed
Restore the ignore-unused-import lint directive
1 parent 72d9efc commit dd810ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway_provisioners/cli/docker_specapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _image_name_default(self):
8989
def detect_missing_extras(self):
9090
super().detect_missing_extras()
9191
try:
92-
import docker
92+
import docker # noqa: F401
9393
except ImportError:
9494
self.log.warning(
9595
"The extra package 'docker' is not installed in this environment and is required. "

0 commit comments

Comments
 (0)