Skip to content

Commit 4290510

Browse files
author
miranov25
committed
cleanup: finalize package structure cleanup
- Removed diff.txt (transitional artifact from import migration) - Updated parent __init__.py for package integration All tests passing (41/41). Repository clean and ready for documentation.
1 parent 36b1043 commit 4290510

File tree

2 files changed

+1
-171
lines changed

2 files changed

+1
-171
lines changed

UTILS/dfextensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .AliasDataFrame import AliasDataFrame
44
from .FormulaLinearModel import FormulaLinearModel
55
from .DataFrameUtils import * # if it provides general helper functions
6-
from .groupby_regression import * # or other relevant functions
6+
#from .groupby_regression import * # or other relevant functions
77

88
__all__ = [
99
"AliasDataFrame",

UTILS/dfextensions/groupby_regression/diff.txt

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)