From 207674f46f4f72f840ffb2333026eff56929ac56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Kr=C3=BCger?= Date: Sat, 19 Dec 2020 02:18:03 +0100 Subject: [PATCH] docs run module added import os to code block --- docs/run_module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/run_module.md b/docs/run_module.md index 5aa4488..6f74490 100644 --- a/docs/run_module.md +++ b/docs/run_module.md @@ -4,6 +4,7 @@ The run module is arguably the most important part of the *alma* interface. It i ```python import random +import os def run(instance, save, state): lines = open(instance).readlines()