Skip to content
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

hot fix host_name type signature #1509

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Conversation

yoonthegoon
Copy link
Contributor

host_names is a list[str]
my recent change made it list[set[str]]
set is used to remove duplicates
replace [] with list() to go from set[str] to list[str] instead of wrapping it with list

@L1ghtn1ng L1ghtn1ng merged commit 0139b68 into laramies:master Aug 5, 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