Skip to content

Commit

Permalink
add missing appendxlsx in petl init
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz committed Aug 7, 2020
1 parent 52758f4 commit 3293c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petl/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from petl.io.xls import fromxls, toxls

from petl.io.xlsx import fromxlsx, toxlsx
from petl.io.xlsx import fromxlsx, toxlsx, appendxlsx

from petl.io.numpy import fromarray, toarray, torecarray

Expand Down

0 comments on commit 3293c68

Please sign in to comment.