8000 Move inconsistent namespace check to pre-commit, fixup more files by MarcoGorelli · Pull Request #37662 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Move inconsistent namespace check to pre-commit, fixup more files #37662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
don't import annotations from future
  • Loading branch information
MarcoGorelli committed Nov 6, 2020
commit 6f51fc0ee249ce1c05af85480e8ddc75c35921dc
2 changes: 0 additions & 2 deletions scripts/tests/test_inconsistent_namespace_check.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from pathlib import Path
import subprocess

Expand Down
0