1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00

🧹 Remove unused import

This commit is contained in:
Steffo 2022-04-19 00:33:37 +02:00
parent f3c6de8d98
commit d63a6fdc93
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,7 +1,6 @@
import typing as t import typing as t
import abc import abc
import os import os
import configparser
class Source(metaclass=abc.ABCMeta): class Source(metaclass=abc.ABCMeta):