mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[PR #791] [MERGED] Remove wildcard imports #974
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#974
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/791
Author: @jacr13
Created: 6/15/2022
Status: ✅ Merged
Merged: 6/24/2022
Merged by: @benbusby
Base:
main← Head:remove_wildcard_imports📝 Commits (5)
4f625fbimport get_first_link from the correct placeb48cabbexplicit dateutil.parser importscf01309add explicits imports instead of implicitly import everything from results.pyc9fc3f3format codeeef17eefix pep8📊 Changes
3 files changed (+13 additions, -3 deletions)
View changed files
📝
app/filter.py(+10 -1)📝
app/utils/search.py(+2 -1)📝
test/test_results.py(+1 -1)📄 Description
Removing wildcards imports, we should avoid this otherwise it is not easy to know what comes from where...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.