Drop support for Python 3.8

This commit is contained in:
rlaphoenix
2023-02-22 03:43:22 +00:00
parent f21aa5aac5
commit c1f716cb6c
20 changed files with 6 additions and 44 deletions

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from abc import ABCMeta, abstractmethod
from typing import Iterator, Optional, Union
from uuid import UUID