superfluous imports

This commit is contained in:
Will McGugan
2022-06-03 12:39:35 +01:00
parent 39dde3c3cb
commit 0edd0e52ec
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import io
import os
import platform
import sys
import string
import warnings
from contextlib import redirect_stdout
from pathlib import PurePath

View File

@@ -1,7 +1,6 @@
from __future__ import annotations
from fractions import Fraction
import string
from typing import (
Any,
Awaitable,