From c19168b105a1562d8fc24d9310cc5bca6f7925a8 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Jan 22 2019 20:08:19 +0000 Subject: Remove unneeded __all__ declaration --- diff --git a/sidetag_hub.py b/sidetag_hub.py index ddecb9b..5e6f939 100644 --- a/sidetag_hub.py +++ b/sidetag_hub.py @@ -24,8 +24,6 @@ import sys sys.path.insert(0, '/usr/share/koji-hub/') from kojihub import assert_policy, _singleValue, get_tag, get_tag_id, get_build_target_id, InsertProcessor -__all__ = ('createSideTag',) - def insert(table, **kwargs): ip = InsertProcessor(table) ip.set(**kwargs)