Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ttroy50 committed Oct 10, 2017
1 parent 1643330 commit 895aa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyirishrail/pyirishrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 895aa12

Please sign in to comment.