Skip to content

Commit

Permalink
Pylint + excuse to release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adelq committed Oct 29, 2016
1 parent 74d5a6e commit 41329c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions penn/dining.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def normalize_weekly(data):


def get_meals(v2_response, building_id):
"""Extract meals into old format from a DiningV2 JSON response"""
result_data = v2_response["result_data"]
meals = []
day_parts = result_data["days"][0]["cafes"][building_id]["dayparts"][0]
Expand Down
2 changes: 1 addition & 1 deletion penn/directory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import path
from .base import WrapperBase
from nameparser import HumanName
from .base import WrapperBase


BASE_URL = "https://esb.isc-seo.upenn.edu/8091/open_data/"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
url='https://github.com/pennlabs/penn-sdk-python',
author='Penn Labs',
author_email='[email protected]',
version='1.3.0',
version='1.3.1',
packages=['penn'],
license='MIT',
package_data={
Expand Down

0 comments on commit 41329c9

Please sign in to comment.