fix: Remove redundant Path import causing UnboundLocalError
This commit is contained in:
parent
f65b35f881
commit
515fff94b0
1 changed files with 0 additions and 1 deletions
|
|
@ -511,7 +511,6 @@ def main():
|
|||
st.info(f"Run: `python main.py --export-parquet {export_sub.replace('r_', '').replace('u_', '')}`")
|
||||
|
||||
# List existing parquet files
|
||||
from pathlib import Path
|
||||
parquet_dir = Path("data/parquet")
|
||||
if parquet_dir.exists():
|
||||
parquet_files = list(parquet_dir.glob("*.parquet"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue