Skip to content

Commit 0e2b663

Browse files
committed
fix lint issues
1 parent 98e7f46 commit 0e2b663

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pro_tes/config_models.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,15 @@ class StoreLogs(BaseModel):
190190

191191

192192
class Middlewares(BaseModel):
193-
middlewares: List[List[str]] = [
193+
"""Middleware configuration.
194+
195+
Args:
196+
__root__: A list of middleware class paths.
197+
198+
Attributes:
199+
__root__: A list of middleware class paths.
200+
"""
201+
__root__: List[List[str]] = [
194202
[
195203
(
196204
"pro_tes.plugins.middlewares.task_distribution.distance."

0 commit comments

Comments
 (0)