1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Refactoring Southwest class to be OOP

This commit is contained in:
pyro2927
2019-02-16 15:25:43 -08:00
parent 170519d316
commit d7722fa1ce
5 changed files with 83 additions and 71 deletions

View File

@@ -5,4 +5,4 @@ python:
- "3.7.1"
script:
- pytest
- pycodestyle checkin.py --show-source --ignore=E501
- pycodestyle *.py --show-source --ignore=E501