Skip to content

Commit fb42ab9

Browse files
committed
Linter has gotten stricter
1 parent ff7cc3b commit fb42ab9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/flitter/plugins.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313

1414
def get_plugin(group, name, quiet=False):
15-
global PluginEntryPoints, PluginObjectCache
1615
if group in PluginObjectCache:
1716
cache = PluginObjectCache[group]
1817
if name in cache:
@@ -42,7 +41,6 @@ def get_plugin(group, name, quiet=False):
4241

4342

4443
def get_plugin_names(group):
45-
global PluginEntryPoints
4644
if group in PluginEntryPoints:
4745
entry_points = PluginEntryPoints[group]
4846
else:

0 commit comments

Comments
 (0)