Skip to content

Commit 6c7e8d8

Browse files
committed
Minor code tweaks.
1 parent d04d91a commit 6c7e8d8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def init(c):
4848
def lint(c, scope='all'):
4949
"""Run PyLint."""
5050
if scope == 'all':
51-
scope = 'c8y_api/ c8y_tk tests integration_tests samples'
51+
scope = 'c8y_api c8y_tk tests integration_tests samples'
5252
c.run(f'pylint --rcfile pylintrc --fail-under=9 {scope}')
5353

5454

tests/model/test_matchers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
import pytest
66

7-
from c8y_api.model.matcher import JsonMatcher, jmespath, jsonpath
8-
from c8y_api.model.matcher import command, description, field, fragment, match_all, match_any, match_not, text, FieldMatcher
7+
from c8y_api.model.matcher import *
98

109

1110
class MatchingMatcher(JsonMatcher):

0 commit comments

Comments
 (0)