From 3a9117aafeca58769b70d484e0494c887cf7d4c9 Mon Sep 17 00:00:00 2001 From: Ben Steffen Date: Tue, 26 Nov 2019 12:12:24 -0500 Subject: [PATCH 1/1] Remove spurious newline --- python/invirt/authz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/invirt/authz.py b/python/invirt/authz.py index 95118e7..284db81 100644 --- a/python/invirt/authz.py +++ b/python/invirt/authz.py @@ -19,7 +19,6 @@ def expand_owner(name): for ep in pkg_resources.iter_entry_points('invirt.authz', cfg.authz.name): return ep.load().expandOwner(name) - def expand_admin(name): """Expand an "administrator" to a list of authorized users.""" for ep in pkg_resources.iter_entry_points('invirt.authz', cfg.authz.name): -- 1.7.9.5