Skip to content

Commit cbf5b65

Browse files
committed
undo runtests formatting changes
1 parent e53e7d1 commit cbf5b65

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.7', '3.8', '3.9']
12+
python-version: ["3.7", "3.8", "3.9"]
1313
steps:
1414
- uses: actions/checkout@v2
1515

@@ -24,12 +24,14 @@ jobs:
2424
python -m pip install unittest-data-provider
2525
pip install -r requirements.txt
2626
- name: Run Integration Tests
27-
run: python -m unittest test/Integration/test_*.py
27+
run:
28+
python -m unittest test/Integration/test_*.py
2829
env:
2930
LOB_API_TEST_KEY: ${{ secrets.LOB_API_TEST_KEY }}
3031
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}
3132
- name: Run Unit Tests
32-
run: python -m unittest test/Unit/test_*.py
33+
run:
34+
python -m unittest test/Unit/test_*.py
3335
env:
3436
LOB_API_TEST_KEY: ${{ secrets.LOB_API_TEST_KEY }}
3537
LOB_API_LIVE_KEY: ${{ secrets.LOB_API_LIVE_KEY }}

lob_python/model/campaign_creative.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ def additional_properties_type():
9090

9191
_nullable = False
9292

93-
"""
94-
Add test comment
95-
"""
96-
9793
@cached_property
9894
def openapi_types():
9995
from lob_python.model.address_editable import AddressEditable

0 commit comments

Comments
 (0)