Delete get_file_size
This commit is contained in:
parent
5b07a0a3d2
commit
67f5d07919
1 changed files with 0 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
import os
|
||||
|
||||
def get_file_size(file_path: str):
|
||||
"""Get the size of a file"""
|
||||
return os.path.getsize(file_path)
|
||||
Loading…
Add table
Reference in a new issue