Delete get_file_size

This commit is contained in:
Leon Luithlen 2024-11-04 17:24:56 +01:00
parent 5b07a0a3d2
commit 67f5d07919

View file

@ -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)