mirror of
https://github.com/valitydev/grafanalib.git
synced 2024-11-06 10:15:24 +00:00
Lint gfdatasource
Add missing import
This commit is contained in:
parent
74442a5cbf
commit
480c3d9e0f
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ all: $(UPTODATE_FILES) test lint
|
||||
gfdatasource/$(UPTODATE): gfdatasource/*
|
||||
|
||||
lint:
|
||||
flake8 grafanalib
|
||||
flake8 gfdatasource/gfdatasource grafanalib
|
||||
|
||||
test:
|
||||
|
||||
|
@ -6,6 +6,7 @@ import argparse
|
||||
import attr
|
||||
import requests
|
||||
import sys
|
||||
import time
|
||||
from urllib.parse import ParseResult, urlparse
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user