Skip to content

Commit

Permalink
Update file_classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Jun 14, 2024
1 parent 8614d55 commit 97d21c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evdspy/EVDSlocal/common/file_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@dataclass
class FileItem:
"""Class for all files to pass all over the place"""
"""Class for general use case"""
dir_path: str
file_name: str
full_name: Path = None
Expand Down

0 comments on commit 97d21c0

Please sign in to comment.