Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Nov 15, 2024
1 parent 396d4ba commit 72a10e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sepal_ui/sepalwidgets/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
import traitlets as t
from deprecated.sphinx import versionadded
from natsort import humansorted
from reactivex import operators as ops
from reactivex.subject import Subject
from traitlets import link, observe
from typing_extensions import Self
from reactivex.subject import Subject
from reactivex import operators as ops

from sepal_ui.frontend import styles as ss
from sepal_ui.message import ms
Expand Down

0 comments on commit 72a10e3

Please sign in to comment.