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
merged 1 commit into from
Sep 28, 2023

Conversation

nolar
Copy link
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.

@dlawin
Copy link
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