Skip to content

Commit a0638d9

Browse files
committed
fix: flake8 issue
1 parent 94522fd commit a0638d9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

djangocms_frontend/component_pool.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def __getitem__(self, item):
133133

134134

135135
def setup():
136-
global components
137-
138136
if not components._discovered:
139137
from .cms_plugins import update_plugin_pool
140138

djangocms_frontend/plugin_tag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ def patch_template(template):
6666

6767

6868
def setup():
69-
global plugin_tag_pool
70-
7169
for plugin in plugin_pool.get_all_plugins():
7270
if not issubclass(plugin, allowed_plugin_types):
7371
continue

0 commit comments

Comments
 (0)