mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +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
|
||||
from typing import Tuple
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
from __future__ import division, print_function
|
||||
|
||||
import unicodedata
|
||||
|
||||
from multimethod import multimethod
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
from __future__ import division, print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
from typing import Iterator
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
from __future__ import division
|
||||
|
||||
import unicodedata
|
||||
from typing import Tuple, Iterable
|
||||
from multimethod import multimethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue