Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
makbigc committed Jun 6, 2019
1 parent c57dff7 commit 16cff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/arrays/integer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import copy
import sys
from typing import Tuple, Type
from typing import Type
import warnings

import numpy as np
Expand Down

0 comments on commit 16cff4e

Please sign in to comment.