Skip to content

Commit 09c665c

Browse files
committed
remove comment
1 parent c22ee20 commit 09c665c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/test_stata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ def test_read_dta2(self, datapath):
184184
parsed_115 = self.read_dta(path2)
185185
with tm.assert_produces_warning(UserWarning):
186186
parsed_117 = self.read_dta(path3)
187-
# FIXME: don't leave commented-out
188187
# 113 is buggy due to limits of date format support in Stata
189188
# parsed_113 = self.read_dta(
190189
# datapath("io", "data", "stata", "stata2_113.dta")

0 commit comments

Comments
 (0)