Skip to content

Commit

Permalink
tidy imports only
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Apr 10, 2024
1 parent 9b8ecb4 commit 565626c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/ipyautoui/automapschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
import ipywidgets as w
from pydantic import BaseModel, Field
from ipyautoui.nullable import nullable
from ipyautoui._utils import frozenmap, obj_from_importstr
from jsonref import replace_refs
from ipyautoui.constants import MAP_JSONSCHEMA_TO_IPYWIDGET
from ipyautoui._utils import remove_non_present_kwargs
from ipyautoui._utils import remove_non_present_kwargs, frozenmap, obj_from_importstr
from ipyautoui.custom.markdown_widget import MarkdownWidget
from ipyautoui.custom.filechooser import FileChooser
from ipyautoui.custom.date_string import DatePickerString, NaiveDatetimePickerString
Expand Down
2 changes: 0 additions & 2 deletions src/ipyautoui/demo_schemas/core_ipywidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from enum import Enum
from pydantic import StringConstraints, Field, conint, confloat, ConfigDict
from ipyautoui.basemodel import BaseModel
import pandas as pd
from pathlib import PurePosixPath
from typing_extensions import Annotated
from enum import IntEnum

Expand Down

0 comments on commit 565626c

Please sign in to comment.