Browse Source

code review

Falko Schindler 2 năm trước cách đây
mục cha
commit
a68a6e6b1a
3 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 1
      main.py
  2. 0 1
      tests/test_3d_scene.py
  3. 0 1
      tests/test_element.py

+ 0 - 1
main.py

@@ -1,5 +1,4 @@
 #!/usr/bin/env python3
-import asyncio
 import inspect
 import re
 from contextlib import contextmanager

+ 0 - 1
tests/test_3d_scene.py

@@ -1,4 +1,3 @@
-
 from nicegui import ui
 
 from .user import User

+ 0 - 1
tests/test_element.py

@@ -1,7 +1,6 @@
 
 from nicegui import ui
 from selenium.webdriver.common.action_chains import ActionChains
-from selenium.webdriver.common.keys import Keys
 
 from .user import User