Skip to content

Commit ac6cafd

Browse files
authored
use other: Self instead of other: Column (#292)
1 parent b891d2e commit ac6cafd

File tree

4 files changed

+118
-115
lines changed

4 files changed

+118
-115
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
~\AppData\Local\pip\Cache
2828
key: ${{ runner.os }}-build-${{ matrix.python-version }}
2929
- name: install-reqs
30-
run: python -m pip install --upgrade mypy==1.4.0
30+
run: python -m pip install --upgrade mypy==1.4.0 typing-extensions
3131
- name: run mypy
3232
run: cd spec/API_specification && mypy dataframe_api && mypy examples

0 commit comments

Comments
 (0)