Remove unused code from teams.py
Detected with flake8 Change-Id: If867ff4efa04660bbcc30ef30630237874e82225
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
"""Report on the current list of projects.
|
||||
"""
|
||||
|
||||
import yaml
|
||||
|
||||
from docutils import nodes
|
||||
from docutils.parsers import rst
|
||||
from docutils.statemachine import ViewList
|
||||
@@ -84,9 +82,6 @@ class TeamsListDirective(rst.Directive):
|
||||
has_content = False
|
||||
|
||||
def run(self):
|
||||
env = self.state.document.settings.env
|
||||
app = env.app
|
||||
|
||||
all_teams = projects.get_project_data()
|
||||
|
||||
# Build the view of the data to be parsed for rendering.
|
||||
|
||||
Reference in New Issue
Block a user