mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix Missing import
line 139 references un-imported package `base64`, added import statement
This commit is contained in:
parent
49af089d58
commit
2627e709d5
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import ast
|
|||
import traceback
|
||||
import warnings
|
||||
import signal
|
||||
import base64
|
||||
|
||||
from io import BytesIO
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue