Skip to content

Commit

Permalink
fix package name in code (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBinette authored Nov 25, 2023
1 parent bc64929 commit e7ac6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvmeta/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from typing import Iterable, Union

from bettercsv.write import DEFAULT_DIALECT
from csvmeta.write import DEFAULT_DIALECT


def read(dirpath: str) -> Iterable[Iterable[str]]:
Expand Down

0 comments on commit e7ac6f7

Please sign in to comment.