mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 16:42:50 +01:00
Remove unused imports of new.
This commit is contained in:
parent
8507498be4
commit
3838ab5314
@ -30,7 +30,6 @@
|
|||||||
from __future__ import division
|
from __future__ import division
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import new
|
|
||||||
import random
|
import random
|
||||||
|
|
||||||
from itertools import *
|
from itertools import *
|
||||||
|
@ -34,7 +34,6 @@ Simple utility functions related to strings.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import new
|
|
||||||
import sys
|
import sys
|
||||||
import string
|
import string
|
||||||
import textwrap
|
import textwrap
|
||||||
|
Loading…
Reference in New Issue
Block a user