namnguyen 5 months ago
parent
commit
4ab15260d4
1 changed files with 2 additions and 1 deletions
  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: