Browse Source

Remove unnecessary import

Elisha Hollander 4 years ago
parent
commit
3504113076
1 changed files with 0 additions and 1 deletions
  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