Skip to content

Update stack.py - lint fix #441

Update stack.py - lint fix

Update stack.py - lint fix #441

Workflow file for this run

---
name: Lint
on: [push]
jobs:
flake8:
name: flake8
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- run: python -m pip install flake8
- name: flake8 cleanup imported but unused
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: flake8
run: |
flake8 .