Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed Oct 8, 2018
1 parent 7bd6b04 commit ac73439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cylc.cfgvalidate/test_cfgvalidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import unittest

from cylc.cfgvalidate import (
CylcConfigValidator, DurationFloat, IllegalValueError, SubFuncContext)
CylcConfigValidator, DurationFloat, IllegalValueError)


class TestCylcConfigValidator(unittest.TestCase):
Expand Down

0 comments on commit ac73439

Please sign in to comment.