Keep pylint happy

master
Tom Wilson 6 years ago
parent 8748726542
commit 17f55f232a

@ -1,6 +1,7 @@
import re
import toml
from copy import deepcopy
import toml
from .specification import ConfigSpecification, InvalidConfigError

@ -1,6 +1,7 @@
# pylint: disable=redefined-outer-name
from copy import deepcopy
import pytest
import configspec
from copy import deepcopy
@pytest.fixture

Loading…
Cancel
Save