1
0
Fork 0
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:
Max Bachmann 2022-08-29 00:50:33 +02:00
parent 205a969c0e
commit f211d09f56
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
from __future__ import division
import unicodedata
from typing import Tuple

View file

@ -1,5 +1,3 @@
from __future__ import division, print_function
import unicodedata
from multimethod import multimethod

View file

@ -1,5 +1,3 @@
from __future__ import division, print_function
import os
import sys
from typing import Iterator

View file

@ -1,5 +1,3 @@
from __future__ import division
import unicodedata
from typing import Tuple, Iterable
from multimethod import multimethod