Skip to content

Commit 1b2dc19

Browse files
fix broken import
add black dep for formatting
1 parent 84bb48b commit 1b2dc19

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

requirements.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
black==19.10b0
12
coverage==5.0.3
23
detox==0.19
34
docutils==0.16

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
version = open('wiremock/VERSION', 'r').readline().strip()
99
develop_requires = [
1010
'Sphinx~=2.4.3',
11+
'black~=19.10b0',
1112
'coverage~=5.0.3',
1213
'detox~=0.19',
1314
'mock~=4.0.1',

wiremock/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import logging
44

55
from wiremock import __version__
6+
from wiremock._compat import add_metaclass
67

78

89
logger = logging.getLogger('wiremock')

0 commit comments

Comments
 (0)