Skip to content

Commit

Permalink
Update test_deprecate_nonkeyword_args.py
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
alexitkes committed Jul 28, 2019
1 parent e0a3529 commit b00ec4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandas/tests/util/test_deprecate_nonkeyword_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Tests for the `deprecate_nonkeyword_args ` decorator.
"""

import pytest

from pandas.util._decorators import deprecate_nonkeyword_args

import pandas.util.testing as tm
Expand Down

0 comments on commit b00ec4a

Please sign in to comment.