1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-12 22:42:28 +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
import logging
import other_module
class CityPubs(Environment):
'''Environment with Pubs'''