Skip to content

Commit d3c56b2

Browse files
committed
ruff format
1 parent c3facd0 commit d3c56b2

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

irods/ticket.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@ def ticket_iterator(session, filter_args=()):
4848

4949

5050
class Ticket:
51-
52-
def __init__(
53-
self,
54-
session,
55-
ticket="",
56-
result: Optional[dict[_COLUMN_KEY, Any]]=None,
57-
allow_punctuation=False
58-
):
51+
def __init__(self, session, ticket="", result: Optional[dict[_COLUMN_KEY, Any]] = None, allow_punctuation=False):
5952
"""
6053
Initialize a Ticket object. If no 'result' or 'ticket' string is provided, then generate a new
6154
Ticket string automatically.

0 commit comments

Comments
 (0)