Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
John La authored and John La committed Oct 10, 2023
1 parent 01cb23c commit 0a37157
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ git clone [email protected]:sdv-dev/SDGym
cd SDGym
git checkout main
git checkout -b <your-branch-name>
make install-develp
make install-develop
```

For more details about how to contribute to the project please visit the [Contributing Guide](
Expand Down
1 change: 0 additions & 1 deletion sdgym/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import pandas as pd
import tqdm
from anyio import Path

from sdgym.datasets import DATASETS_PATH, load_dataset
from sdgym.s3 import get_s3_client, is_s3_path, parse_s3_path
Expand Down

0 comments on commit 0a37157

Please sign in to comment.