namnguyen 5 月之前
父節點
當前提交
4ab15260d4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/gui/extension/example_library/example_library.py

+ 2 - 1
doc/gui/extension/example_library/example_library.py

@@ -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: