[PR #791] [MERGED] Remove wildcard imports #974

Closed
opened 2026-02-25 20:37:16 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: remove_wildcard_imports


📝 Commits (5)

  • 4f625fb import get_first_link from the correct place
  • b48cabb explicit dateutil.parser imports
  • cf01309 add explicits imports instead of implicitly import everything from results.py
  • c9fc3f3 format code
  • eef17ee fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/benbusby/whoogle-search/pull/791 **Author:** [@jacr13](https://github.com/jacr13) **Created:** 6/15/2022 **Status:** ✅ Merged **Merged:** 6/24/2022 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `remove_wildcard_imports` --- ### 📝 Commits (5) - [`4f625fb`](https://github.com/benbusby/whoogle-search/commit/4f625fb18e61d5440da8499816ce03d6e6c5a242) import get_first_link from the correct place - [`b48cabb`](https://github.com/benbusby/whoogle-search/commit/b48cabb82f1afc4da0867364b6eb4a46fddac91b) explicit dateutil.parser imports - [`cf01309`](https://github.com/benbusby/whoogle-search/commit/cf01309b45c823089f920b0f4f99676898bc984d) add explicits imports instead of implicitly import everything from results.py - [`c9fc3f3`](https://github.com/benbusby/whoogle-search/commit/c9fc3f311515a85df4f451f82490a51d8ed47c98) format code - [`eef17ee`](https://github.com/benbusby/whoogle-search/commit/eef17ee1d9093d9137971e25e6704ea308facb5c) fix pep8 ### 📊 Changes **3 files changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/filter.py` (+10 -1) 📝 `app/utils/search.py` (+2 -1) 📝 `test/test_results.py` (+1 -1) </details> ### 📄 Description Removing wildcards imports, we should avoid this otherwise it is not easy to know what comes from where... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#974
No description provided.