소스 검색

code review

Falko Schindler 2 년 전
부모
커밋
a68a6e6b1a
3개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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