mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
MAINT: Remove unused blob and b64_blob attributes.
This commit is contained in:
parent
f20a7b41cb
commit
fcc1bbecb3
@ -178,8 +178,6 @@ class APITest(NotebookTestBase):
|
||||
return os.path.isdir(self.to_os_path(api_path))
|
||||
|
||||
def setUp(self):
|
||||
self.blob = os.urandom(100)
|
||||
self.b64_blob = base64.encodestring(self.blob).decode('ascii')
|
||||
|
||||
for d in (self.dirs + self.hidden_dirs):
|
||||
self.make_dir(d)
|
||||
|
Loading…
Reference in New Issue
Block a user