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):
201
201
"9001" ,
202
202
importlib .metadata .EntryPoint (
203
203
"default" ,
204
- "flake8.formatting.default:Default" ,
204
+ "flake8.formatting.default:Default" ,
205
205
"flake8.report" ,
206
206
),
207
207
),
@@ -306,8 +306,8 @@ def test_importlib_plugins(
306
306
"flake8" ,
307
307
"9001" ,
308
308
importlib .metadata .EntryPoint (
309
- "default" ,
310
- "flake8.formatting.default:Default" ,
309
+ "default" ,
310
+ "flake8.formatting.default:Default" ,
311
311
"flake8.report" ,
312
312
),
313
313
),
@@ -489,8 +489,8 @@ def test_find_plugins(
489
489
"flake8" ,
490
490
"9001" ,
491
491
importlib .metadata .EntryPoint (
492
- "default" ,
493
- "flake8.formatting.default:Default" ,
492
+ "default" ,
493
+ "flake8.formatting.default:Default" ,
494
494
"flake8.report" ,
495
495
),
496
496
),
You can’t perform that action at this time.
0 commit comments