From b41927d7bf4e303931bfc1188e8928a508adb701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Sat, 8 Dec 2018 20:35:02 +0100 Subject: [PATCH] remove leftover import in example --- examples/pubcrawl/pubcrawl.py | 2 -- 1 file changed, 2 deletions(-) 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'''