Skip to content

fix import rewriting with aliases in multi-from #22

fix import rewriting with aliases in multi-from

fix import rewriting with aliases in multi-from #22

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags:
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
with:
env: '["py37"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
with:
env: '["py37", "py38", "py39"]'
os: ubuntu-latest