Skip to content

Fix nuget string representation - #64

Merged
TG1999 merged 1 commit into
aboutcode-org:mainfrom
TG1999:nuget/fix/str_repr
May 2, 2022
Merged

Fix nuget string representation#64
TG1999 merged 1 commit into
aboutcode-org:mainfrom
TG1999:nuget/fix/str_repr

Conversation

@TG1999

@TG1999 TG1999 commented Apr 27, 2022

Copy link
Copy Markdown
Contributor

Signed-off-by: Tushar Goel tushar.goel.dav@gmail.com

@pombredanne pombredanne left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM... with just a tiny nit as I prefer to keep one import per line.
Please apply and merge!

Comment thread tests/test_version_range.py Outdated

from univers.version_constraint import VersionConstraint
from univers.version_range import GemVersionRange
from univers.version_range import GemVersionRange, NugetVersionRange

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from univers.version_range import GemVersionRange, NugetVersionRange
from univers.version_range import GemVersionRange
from univers.version_range import NugetVersionRange

Comment thread tests/test_version_range.py Outdated
from univers.version_range import NpmVersionRange
from univers.version_range import OpensslVersionRange
from univers.versions import PypiVersion
from univers.versions import NugetVersion, PypiVersion

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from univers.versions import NugetVersion, PypiVersion
from univers.versions import NugetVersion
from univers.versions import PypiVersion

@TG1999
TG1999 force-pushed the nuget/fix/str_repr branch from 27a3da3 to c92fe44 Compare May 2, 2022 17:36
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
@TG1999
TG1999 merged commit e801ec4 into aboutcode-org:main May 2, 2022
keshav-space pushed a commit that referenced this pull request Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants