-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix documentation extensions typos, re-run pre-commit for isort and d…
…ocstring fixes
- Loading branch information
1 parent
04bf422
commit d7a42d8
Showing
11 changed files
with
487 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from .tutorial import load_dataset, list_available_datasets | ||
from .core import Query | ||
from .tutorial import list_available_datasets, load_dataset | ||
|
||
__author__ = """Sebastien Langlois""" | ||
__email__ = "[email protected]" | ||
__version__ = '0.3.0' | ||
__version__ = "0.3.0" |
Oops, something went wrong.