From a6b61fc0312f4d8100583bf8334cd50b5da9bd8c Mon Sep 17 00:00:00 2001 From: AJ Slater Date: Tue, 20 Feb 2024 13:00:46 -0800 Subject: [PATCH] remove redundant namespace --- comicfn2dict/comicfn2dict.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 comicfn2dict/comicfn2dict.py diff --git a/comicfn2dict/comicfn2dict.py b/comicfn2dict/comicfn2dict.py deleted file mode 100644 index 980a6ca..0000000 --- a/comicfn2dict/comicfn2dict.py +++ /dev/null @@ -1,3 +0,0 @@ -"""API import source.""" -from comicfn2dict.parse import comicfn2dict, ComicFilenameParser # noqa: F401 -from comicfn2dict.unparse import dict2comicfn, ComicFilenameSerializer # noqa: F401