Skip to content

Commit

Permalink
chore: use st container as main default instead of st directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnault Chazareix committed Jan 4, 2024
1 parent 286e27b commit f0a03ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stqdm/stqdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
**kwargs,
): # pylint: disable=too-many-arguments,too-many-locals
if st_container is None:
st_container = st
st_container = st.container()
self._backend = backend
self._frontend = frontend
self.st_container: "DeltaGenerator" = st_container
Expand Down

0 comments on commit f0a03ba

Please sign in to comment.