Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rezart95 committed Dec 11, 2023
1 parent 769159e commit 4a7a46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/models/data_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class DataProfile(Base):
- name: The name of the data profile.
- file_type: The type of file associated with the data profile.
- organization_id: The organization associated with the data profile.
- description: The description of the data profile.
The class also is converting the model instance into a dictionary.
"""

Expand Down

0 comments on commit 4a7a46c

Please sign in to comment.