Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Sep 19, 2024
1 parent 0d39439 commit a5978c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aequilibrae/transit/lib_gtfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, network, file_path, description="", capacities=None, pces=Non
**local network** (:obj:`Network`): Supply model to which this GTFS will be imported
**file_path** (:obj:`str`): Full path to the GTFS feed (e.g. 'D:/project/my_gtfs_feed.zip')
**description** (:obj:`str`, *Optional*): Description for this feed (e.g. 'CTA19 fixed by John after coffee')
"""
self.__network = network
Expand Down

0 comments on commit a5978c3

Please sign in to comment.