From 8e397c125854dfb1c1234c76c154dc01964ae79d Mon Sep 17 00:00:00 2001 From: Yeongseon Choe Date: Sat, 4 Jul 2026 08:43:50 +0900 Subject: [PATCH] fix(sgis): remove duplicate __all__ definition in auth.py --- src/kpubdata/providers/sgis/auth.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kpubdata/providers/sgis/auth.py b/src/kpubdata/providers/sgis/auth.py index 1c98bd5..ccec58c 100644 --- a/src/kpubdata/providers/sgis/auth.py +++ b/src/kpubdata/providers/sgis/auth.py @@ -172,7 +172,4 @@ def _coerce_epoch(value: object) -> int | None: return None -__all__ = ["SgisAuthClient"] - - __all__ = ["SgisAuthClient", "_extract_err_code"]