Skip to content

Commit

Permalink
Move eskema.sources to eskema.ddlgen.sources
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 25, 2023
1 parent 663d709 commit 9424be7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eskema/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
import pandas as pd

from eskema.autopk import infer_pk
from eskema.ddlgen.sources import SourcePlus
from eskema.exception import UnknownContentType
from eskema.io import to_bytes
from eskema.model import Resource, SqlResult, SqlTarget
from eskema.settings import FRICTIONLESS_CONTENT_TYPES
from eskema.sources import SourcePlus
from eskema.type import ContentType

logger = logging.getLogger(__name__)
Expand Down
File renamed without changes.

0 comments on commit 9424be7

Please sign in to comment.