Skip to content

Commit

Permalink
Rename .ui._flows.py -> .ui._render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Dec 11, 2022
1 parent c2c595e commit 0e38038
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion piker/ui/_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
from ._forms import FieldsForm
from .._profile import pg_profile_enabled, ms_slower_then
from ._overlay import PlotItemOverlay
from ._flows import Viz
from ._render import Viz
from ._search import SearchWidget
from . import _pg_overrides as pgo
from .._profile import Profiler
Expand Down
2 changes: 1 addition & 1 deletion piker/ui/_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Curve(pg.GraphicsObject):
lower level graphics data can be rendered in different threads and
then read and drawn in this main thread without having to worry
about dealing with Qt's concurrency primitives. See
``piker.ui._flows.Renderer`` for details and logic related to lower
``piker.ui._render.Renderer`` for details and logic related to lower
level path generation and incremental update. The main differences in
the path generation code include:
Expand Down
2 changes: 1 addition & 1 deletion piker/ui/_pathops.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
)

if TYPE_CHECKING:
from ._flows import (
from ._render import (
Renderer,
Viz,
)
Expand Down
File renamed without changes.

0 comments on commit 0e38038

Please sign in to comment.