Skip to content

Commit

Permalink
Merge pull request #76 from lincc-frameworks/delete-ppt-example-code
Browse files Browse the repository at this point in the history
Delete PPT example code
  • Loading branch information
hombit authored May 10, 2024
2 parents 0dadb25 + 14c1de2 commit 631787f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/nested_pandas/__init__.py
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"]
23 changes: 0 additions & 23 deletions src/nested_pandas/example_module.py

This file was deleted.

13 changes: 0 additions & 13 deletions tests/nested_pandas/test_example_module.py

This file was deleted.

0 comments on commit 631787f

Please sign in to comment.