Skip to content

Commit c1a0702

Browse files
authored
Merge pull request #72 from RussTedrake/collections_import
Remove unused import from collections.
2 parents 21c612e + ffe1c94 commit c1a0702

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/meshcat/servers/zmqserver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import sys
88
import subprocess
99
import multiprocessing
10-
from collections import deque
1110

1211
if sys.version_info >= (3, 0):
1312
ADDRESS_IN_USE_ERROR = OSError

0 commit comments

Comments
 (0)