-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from lincc-frameworks/delete-ppt-example-code
Delete PPT example code
- Loading branch information
Showing
4 changed files
with
2 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ _commit: v2.0.1 | |
_src_path: gh:lincc-frameworks/python-project-template | ||
author_email: [email protected] | ||
author_name: LINCC Frameworks | ||
create_example_module: true | ||
create_example_module: false | ||
custom_install: true | ||
enforce_style: | ||
- ruff_lint | ||
|
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,9 +1,8 @@ | ||
from .example_module import greetings, meaning | ||
from .nestedframe import NestedFrame | ||
from .nestedframe.io import read_parquet | ||
|
||
# Import for registering | ||
from .series.accessor import NestSeriesAccessor # noqa: F401 | ||
from .series.dtype import NestedDtype | ||
|
||
__all__ = ["greetings", "meaning", "NestedDtype", "NestedFrame", "read_parquet"] | ||
__all__ = ["NestedDtype", "NestedFrame", "read_parquet"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.