Skip to content

Commit

Permalink
Added Docstring for CsvUtils Class
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 4, 2023
1 parent 4af18a8 commit f742932
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Netbox_CSV_Read/CSV/csv_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@


class CsvUtils:

"""
This class provides methods to read data from CSV files and allow the data to be easily read and used elsewhere.
"""
@staticmethod
def csv_to_python(file_path: str) -> dict:
"""
Expand Down

0 comments on commit f742932

Please sign in to comment.