Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit a86d308

Browse files
committed
Remove erroneous import
1 parent 5c09db5 commit a86d308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rsmanage/rsmanage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys
22
from pathlib import Path
33

4-
from zmq import PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_MESSAGE
54

65
# Launch into the Docker container before attempting imports that are only installed there. (If Docker isn't installed, we assume the current venv already contains the necessary packages.)
76
wd = (Path(__file__).parents[1]).resolve()

0 commit comments

Comments
 (0)