summaryrefslogtreecommitdiff
path: root/rdflib/collection.py
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-04-10 12:07:29 +0200
committerGitHub <noreply@github.com>2023-04-10 12:07:29 +0200
commit61f8a8d16a0812a6ebbe13ccaa3557f9fc4d0618 (patch)
treeb1ba70bd927b9021a7f2ad9790673238ab7de036 /rdflib/collection.py
parentb2f3987240ebb9edf03fea9bd94f8760ef99f419 (diff)
downloadrdflib-61f8a8d16a0812a6ebbe13ccaa3557f9fc4d0618.tar.gz
refactor: narrow imports (#2338)
This change narrows import so that things are imported from the Python module where they are defined instead of importing them from a module that re-exports them, e.g. change import of `Graph` to import from the `rdflib.graph` module instead of from the `rdflib` module. This helps avoid problems with circular imports.
Diffstat (limited to 'rdflib/collection.py')
0 files changed, 0 insertions, 0 deletions