소스 검색

Remove unnecessary import

Elisha Hollander 4 년 전
부모
커밋
3504113076
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pywebio/input.py

+ 0 - 1
pywebio/input.py

@@ -61,7 +61,6 @@ Functions doc
 """
 
 import logging
-from base64 import b64decode
 from collections.abc import Mapping
 
 from .io_ctrl import single_input, input_control, output_register_callback