Skip to content

Commit 1413166

Browse files
Minor for pydoc types.
1 parent 6848f57 commit 1413166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cms/grading/Sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class SandboxBase(object):
208208
EXIT_SYSCALL = 'syscall'
209209
EXIT_NONZERO_RETURN = 'nonzero return'
210210

211-
def __init__(self, file_cacher=None):
211+
def __init__(self, file_cacher):
212212
"""Initialization.
213213
214214
file_cacher (FileCacher): an instance of the FileCacher class

0 commit comments

Comments
 (0)