diff --git a/examples/pubcrawl/pubcrawl.py b/examples/pubcrawl/pubcrawl.py index ffb44b1..27b1eaf 100644 --- a/examples/pubcrawl/pubcrawl.py +++ b/examples/pubcrawl/pubcrawl.py @@ -4,8 +4,6 @@ from random import random, shuffle from itertools import islice import logging -import other_module - class CityPubs(Environment): '''Environment with Pubs'''