Skip to content

Commit

Permalink
Updated imports in test_dict_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Aug 8, 2019
1 parent 97a73c9 commit af68548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_dict_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import sys
import logging

from tools import TempStringLogger
from . import context
from generic_parser.dict_parser import ParameterError, Parameter, DictParser
from dict_parser import ParameterError, Parameter, DictParser
from tools import TempStringLogger


def test_deep_dict():
Expand Down

0 comments on commit af68548

Please sign in to comment.