mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
remove python2.7 futures
This commit is contained in:
parent
205a969c0e
commit
f211d09f56
4 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
||||||
from __future__ import division
|
|
||||||
|
|
||||||
import unicodedata
|
import unicodedata
|
||||||
from typing import Tuple
|
from typing import Tuple
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
from __future__ import division, print_function
|
|
||||||
|
|
||||||
import unicodedata
|
import unicodedata
|
||||||
|
|
||||||
from multimethod import multimethod
|
from multimethod import multimethod
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
from __future__ import division, print_function
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from typing import Iterator
|
from typing import Iterator
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
from __future__ import division
|
|
||||||
|
|
||||||
import unicodedata
|
import unicodedata
|
||||||
from typing import Tuple, Iterable
|
from typing import Tuple, Iterable
|
||||||
from multimethod import multimethod
|
from multimethod import multimethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue