From b4184f7abcfb094c791ae805d37266cb00c061c1 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 19 May 2020 17:19:14 -0400 Subject: [PATCH] commit changes --- physics/physics_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/physics_factory.py b/physics/physics_factory.py index 7ac3a327..b58b5e04 100644 --- a/physics/physics_factory.py +++ b/physics/physics_factory.py @@ -7,7 +7,7 @@ class PhysicsFactory: self._handler = handler.lower().replace(' ', '_') self._city = city self.factory() - +#samples def us_new_york_city(self): UsNewYorkCityPhysicsParameters(self._city)