Skip to content

Commit 4ff0b34

Browse files
committed
flake8 compliance
1 parent 9db76ad commit 4ff0b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicex/servicex_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def requires_resource(
5353
resource_name: str,
5454
) -> Callable[[Callable[..., T]], Callable[..., T]]:
5555
"""
56-
Decorator to check if a specific API resource is available on the server before executing the method.
56+
Decorator to check if a specific API resource is available on the server.
5757
5858
Args:
5959
resource_name: The name of the resource that needs to be available

0 commit comments

Comments
 (0)