Skip to content

Commit

Permalink
Removed unnecessary imports from plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanballs committed Jul 4, 2016
1 parent 50eec69 commit 311539b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cabot_check_skeleton/plugin.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
from django.conf import settings
from django.template import Context, Template
from django import forms
from cabot.plugins.models import StatusCheckPlugin
from cabot.cabotapp.models import StatusCheckResult
from os import environ as env
import logging
import requests
from django.utils import timezone


class SkeletonStatusCheckForm(forms.Form):
Expand Down

0 comments on commit 311539b

Please sign in to comment.