mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
superfluous imports
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from fractions import Fraction
|
||||
import string
|
||||
from typing import (
|
||||
Any,
|
||||
Awaitable,
|
||||
|
||||
Reference in New Issue
Block a user