-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEAT-374, NEAT-368 Part 2]👻 Refactor utility module part2 #549
Changes from all commits
b7b55a0
49befaf
d7c0a9e
a616a21
faf71ec
61d62cf
f7f2bad
becf4e3
0833d3c
8d13c4e
81bb324
a6662d7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ | |
from cognite.neat.legacy.graph.stores import NeatGraphStoreBase | ||
from cognite.neat.legacy.rules.models import Rules | ||
from cognite.neat.legacy.rules.models.rules import Property | ||
from cognite.neat.utils import remove_namespace_from_uri | ||
from cognite.neat.utils.utils import epoch_now_ms | ||
from cognite.neat.utils.rdf_ import remove_namespace_from_uri | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nice to move rdf specific methods to appropriate submodule There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a reason for having There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To avoid naming conflicts, but might now be necessary. |
||
from cognite.neat.utils.time_ import epoch_now_ms | ||
|
||
from ._base import CogniteLoader | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:) finally it is renamed :D , I like the new name of module