File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def test_flake8_plugins(flake8_dist, mock_distribution):
201201 "9001" ,
202202 importlib .metadata .EntryPoint (
203203 "default" ,
204- "flake8.formatting.default:Default" ,
204+ "flake8.formatting.default:Default" ,
205205 "flake8.report" ,
206206 ),
207207 ),
@@ -306,8 +306,8 @@ def test_importlib_plugins(
306306 "flake8" ,
307307 "9001" ,
308308 importlib .metadata .EntryPoint (
309- "default" ,
310- "flake8.formatting.default:Default" ,
309+ "default" ,
310+ "flake8.formatting.default:Default" ,
311311 "flake8.report" ,
312312 ),
313313 ),
@@ -489,8 +489,8 @@ def test_find_plugins(
489489 "flake8" ,
490490 "9001" ,
491491 importlib .metadata .EntryPoint (
492- "default" ,
493- "flake8.formatting.default:Default" ,
492+ "default" ,
493+ "flake8.formatting.default:Default" ,
494494 "flake8.report" ,
495495 ),
496496 ),
You can’t perform that action at this time.
0 commit comments