Skip to content

Commit 0b2278b

Browse files
Fix unittest import
1 parent a54f950 commit 0b2278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/testutils/configuration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import copy
1010
import json
1111
import logging
12-
import unittest
12+
import unittest.mock
1313
from pathlib import Path
1414
from typing import Any
1515

0 commit comments

Comments
 (0)