mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #1255
1255: Remove the unused import of the deprecated imp module r=Learath2 a=heinrich5991 Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
This commit is contained in:
commit
00d86444b5
|
@ -1,4 +1,5 @@
|
||||||
import os, imp, sys
|
import os
|
||||||
|
import sys
|
||||||
from datatypes import *
|
from datatypes import *
|
||||||
import content
|
import content
|
||||||
import network
|
import network
|
||||||
|
|
Loading…
Reference in a new issue