Commit cf96559c authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! sync: Move/Port sync.WorkGroup to C++/Pyx nogil

This ammends 33cf3113: Kill now unused imports.
parent 6d94fccf
......@@ -31,12 +31,6 @@ See also https://golang.org/pkg/sync for Go sync package documentation.
from __future__ import print_function, absolute_import
import sys
from golang import go, defer, func
from golang import context
import six
from golang._sync import \
PySema as Sema, \
PyMutex as Mutex, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment