Skip to content

Commit 5639dd5

Browse files
committed
Remove argument from PresentationException
1 parent f6c0b3a commit 5639dd5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

frameioclient/exceptions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
class PresentationException(Exception):
33
"""Exception raised when you try to create a Presentation Link for an asset
44
that already has one.
5-
6-
Attributes:
7-
asset_id -- input asset ID
85
"""
96

107
def __init__(

0 commit comments

Comments
 (0)