Skip to content

Commit bf345ec

Browse files
committed
[qa] Corrected "pragma: no cover"
1 parent 8d41165 commit bf345ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openwisp_controller/config/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pragma: no-cover
1+
# pragma: no cover
22
# kept for backward compatibility with previous versions
33
from .utils import ( # noqa
44
CreateConfigMixin,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# pragma: no-cover
1+
# pragma: no cover
22
# kept for backward compatibility with previous versions
33
from .utils import CreateConnectionsMixin, SshServer # noqa

0 commit comments

Comments
 (0)