Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Dec 3, 2024
1 parent 28be057 commit 4ab1526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/gui/extension/example_library/example_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.

from taipy.gui.extension import Element, ElementLibrary, ElementProperty, PropertyType
import base64

from taipy.gui.extension import Element, ElementLibrary, ElementProperty, PropertyType


class ExampleLibrary(ElementLibrary):
def __init__(self) -> None:
Expand Down

0 comments on commit 4ab1526

Please sign in to comment.