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: