forked from goodboy/tractor
Drop uneeded import
parent
596aca8097
commit
9fb05d8849
|
@ -108,7 +108,6 @@ the hip new film we're shooting:
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
import tractor
|
import tractor
|
||||||
from functools import partial
|
|
||||||
|
|
||||||
_this_module = __name__
|
_this_module = __name__
|
||||||
the_line = 'Hi my name is {}'
|
the_line = 'Hi my name is {}'
|
||||||
|
|
Loading…
Reference in New Issue