From 86b81be8c67cf82e8f26a7f84cbdc5df7198e214 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Fri, 18 Oct 2024 15:06:36 +0300 Subject: refactor: replace gn3.auth.db with gn3.sqlite_db_utils and drop all refs to gn3.auth --- gn3/auth/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 gn3/auth/__init__.py (limited to 'gn3/auth/__init__.py') diff --git a/gn3/auth/__init__.py b/gn3/auth/__init__.py deleted file mode 100644 index d9caec9..0000000 --- a/gn3/auth/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Top-Level `Auth` module""" -- cgit 1.4.1