mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +00:00
🧹 Remove unused import
This commit is contained in:
parent
f3c6de8d98
commit
d63a6fdc93
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import typing as t
|
||||
import abc
|
||||
import os
|
||||
import configparser
|
||||
|
||||
|
||||
class Source(metaclass=abc.ABCMeta):
|
||||
|
|
Loading…
Reference in a new issue