Remove unused code from teams.py

Detected with flake8

Change-Id: If867ff4efa04660bbcc30ef30630237874e82225
This commit is contained in:
Joe Gordon
2015-04-14 14:19:18 -04:00
parent 7880f8ec50
commit fdd9535a85
-5
View File
@@ -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.