1
0
mirror of https://github.com/gsi-upm/soil synced 2025-10-08 07:52:22 +00:00

remove leftover import in example

This commit is contained in:
J. Fernando Sánchez
2018-12-08 20:35:02 +01:00
parent 70d033b3a9
commit b41927d7bf

View File

@@ -4,8 +4,6 @@ from random import random, shuffle
from itertools import islice from itertools import islice
import logging import logging
import other_module
class CityPubs(Environment): class CityPubs(Environment):
'''Environment with Pubs''' '''Environment with Pubs'''