Commit 0fbec7b2 authored by Jacek Sowiński's avatar Jacek Sowiński

Suppress 'no-name-in-module' in EditCommandTest

parent f6ce9b90
......@@ -16,6 +16,8 @@
import unittest
# We're searching for 'mock'
# pylint: disable=no-name-in-module
try:
from unittest import mock
except ImportError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment