mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Improves docstrings
This commit is contained in:
@@ -47,7 +47,6 @@ class Inspector:
|
||||
Args:
|
||||
appointment_data (:obj:`dict`): a dictionary containing the appointment data.
|
||||
|
||||
|
||||
Returns:
|
||||
:obj:`Extended <teos.extended_appointment.ExtendedAppointment>`: An appointment initialized with
|
||||
the provided data.
|
||||
@@ -141,7 +140,6 @@ class Inspector:
|
||||
),
|
||||
)
|
||||
|
||||
# ToDo: #6-define-checks-encrypted-blob
|
||||
@staticmethod
|
||||
def check_blob(encrypted_blob):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user