namnguyen hai 5 meses
pai
achega
4ab15260d4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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: