Skip to content

Commit

Permalink
Merge pull request #637 from FabienArcellier/WF-80-clean-up-core
Browse files Browse the repository at this point in the history
chore: clean up core - WF-80
  • Loading branch information
ramedina86 authored Nov 19, 2024
2 parents b538673 + 0e379de commit f7bd8e7
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 545 deletions.
2 changes: 1 addition & 1 deletion src/writer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from writer.core import (
BytesWrapper,
Config,
EditableDataframe,
FileWrapper,
Readable,
State,
Expand All @@ -22,6 +21,7 @@
from writer.core import (
writerproperty as property,
)
from writer.core_df import EditableDataframe

try:
from writer.ui import WriterUIManager
Expand Down
Loading

0 comments on commit f7bd8e7

Please sign in to comment.