Lint gfdatasource

Add missing import
This commit is contained in:
Jonathan Lange 2016-12-14 12:55:55 +00:00
parent 74442a5cbf
commit 480c3d9e0f
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ all: $(UPTODATE_FILES) test lint
gfdatasource/$(UPTODATE): gfdatasource/*
lint:
flake8 grafanalib
flake8 gfdatasource/gfdatasource grafanalib
test:

View File

@ -6,6 +6,7 @@ import argparse
import attr
import requests
import sys
import time
from urllib.parse import ParseResult, urlparse