Skip to content

Commit

Permalink
fix path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dechao Meng committed Jan 5, 2021
1 parent babcbe3 commit bea989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/preprocess_data/generate_pkl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import pickle as pkl
import click
import Path
from pathlib import Path
import re

@click.group()
Expand Down

0 comments on commit bea989d

Please sign in to comment.