Skip to content

Commit 6674d37

Browse files
Robin VAN DE MERGHELfstagni
authored andcommitted
fix Fixed client (lack a comma)
1 parent b60f4f2 commit 6674d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

diracx-client/src/diracx/client/_generated/aio/operations/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__all__ = [
1212
"AuthOperations",
1313
"JobsOperations",
14-
"PilotsOperations"
14+
"PilotsOperations",
1515
] # Add all objects you want publicly available to users at this package level
1616

1717
from ....patches.auth.aio import AuthOperations

diracx-client/src/diracx/client/_generated/operations/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__all__ = [
1212
"AuthOperations",
1313
"JobsOperations",
14-
"PilotsOperations"
14+
"PilotsOperations",
1515
] # Add all objects you want publicly available to users at this package level
1616

1717
from ...patches.auth.sync import AuthOperations

0 commit comments

Comments
 (0)