Skip to content

Commit 0399c34

Browse files
fix linting error
1 parent 1eb9a20 commit 0399c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/generic/test_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22
# pylint: disable-msg=E1101,W0612
33

4-
import os
54
from copy import deepcopy
65
from distutils.version import LooseVersion
76
from operator import methodcaller
7+
import os
88

99
import numpy as np
1010
import pytest

0 commit comments

Comments
 (0)