10000 STYLE: Isort __init__ files by alimcmaster1 · Pull Request #26749 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

STYLE: Isort __init__ files #26749

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 19 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
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
remove isort from deps
  • Loading branch information
alimcmaster1 committed Jun 5, 2019
commit c654d8353ef922ce081e1e59d60b69171dbba614
1 change: 0 additions & 1 deletion ci/deps/azure-35-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
- hypothesis>=3.58.0
- pytest-xdist
- pytest-mock
- isort
- pip
- pip:
# for python 3.5, pytest>=4.0.2 is not available in conda
Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-36-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies:
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0
- isort
- pip
- pip:
- html5lib==1.0b2
1 change: 0 additions & 1 deletion ci/deps/azure-36-locale_slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies:
- pytest-xdist
- pytest-mock
- moto
- isort
- pip
- pip:
- hypothesis>=3.58.0
1 change: 0 additions & 1 deletion ci/deps/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies:
- pytest>=4.0.2
- pytest-xdist
- pytest-mock
- isort
- pip
- pip:
- hypothesis>=3.58.0
Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-37-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0
- isort
- pip
- pip:
- "git+git://github.com/dateutil/dateutil.git"
Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-macos-35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies:
- xlrd
- xlsxwriter
- xlwt
- isort
- pip:
- python-dateutil==2.5.3
# universal
Expand Down
1 change: 0 additions & 1 deletion ci/deps/azure-windows-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ dependencies:
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0
- isort
1 change: 0 additions & 1 deletion ci/deps/azure-windows-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ dependencies:
- pytest-mock
- moto
- hypothesis>=3.58.0
- isort
0