Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
remove unnecessary Config import in test_
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-leonhardt committed Jan 26, 2018
1 parent 55bf488 commit 3e1e3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_sensugrid.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import unittest
from sensugrid import app, Config
from sensugrid import app
from griddata import *
from gridconfig import TestingConfig
import coverage
Expand Down

0 comments on commit 3e1e3a4

Please sign in to comment.