Skip to content

Commit e72922e

Browse files
committed
Ran Black
1 parent 573c55d commit e72922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test___init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test__create_package(self, mocker):
186186
package_init_path = mocker.MagicMock(autospec=pathlib.Path)
187187
pytyped_path = mocker.MagicMock(autospec=pathlib.Path)
188188
paths = {
189-
"__init__.py": package_init_path,
189+
"__init__.py": package_init_path,
190190
"py.typed": pytyped_path,
191191
}
192192

0 commit comments

Comments
 (0)