From 895aa125cd176e3c116ebeb7a994380033479110 Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Tue, 10 Oct 2017 22:36:51 +0100 Subject: [PATCH] fix linting --- pyirishrail/pyirishrail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyirishrail/pyirishrail.py b/pyirishrail/pyirishrail.py index 745de6f..1d1fc7c 100755 --- a/pyirishrail/pyirishrail.py +++ b/pyirishrail/pyirishrail.py @@ -40,7 +40,7 @@ def _parse(data, obj_name, attr_map): return parsed_objects -class IrishRailRTPI(): +class IrishRailRTPI(object): """Interacts with the Irish Rail RTPI API. """