Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Normalise all imports to fully qualified names#707

Merged
nolar merged 1 commit intomasterfrom
fully-qualified-imports
Sep 28, 2023
Merged

Normalise all imports to fully qualified names#707
nolar merged 1 commit intomasterfrom
fully-qualified-imports

Conversation

@nolar
Copy link
Copy Markdown
Contributor

@nolar nolar commented Sep 22, 2023

In order to use the same convention across the code (now: mixed relative & absolute imports).

Besides, this helps to easily grep the imports, so as to use IDEs features to auto-import modules on use.

Besides, the import sorters typically convert this to fully qualified names anyway.

THERE IS NO CHANGE IN FUNCTIONALITY.

Comment thread data_diff/cloud/datafold_api.py Outdated
@dlawin
Copy link
Copy Markdown
Contributor

dlawin commented Sep 25, 2023

@nolar looks like some of the relative import updates are incorrect. See my comment above

@nolar nolar force-pushed the fully-qualified-imports branch from bd4b6a3 to 6b0eef1 Compare September 28, 2023 14:14
@nolar nolar requested a review from dlawin September 28, 2023 14:27
@nolar nolar force-pushed the fully-qualified-imports branch from 6b0eef1 to 65754ab Compare September 28, 2023 14:34
@nolar nolar merged commit cc9e2f2 into master Sep 28, 2023
@nolar nolar deleted the fully-qualified-imports branch September 28, 2023 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants