Skip to content

Commit

Permalink
Merge pull request #1289 from swirlai/DS-1812-fix-2
Browse files Browse the repository at this point in the history
clean up import star
  • Loading branch information
dnicodemus authored Mar 6, 2024
2 parents 76ab4a6 + 92dd9f7 commit 825e5d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion swirl/connectors/requestsget.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import requests

from swirl.connectors.mappings import *
from swirl.connectors.utils import bind_query_mappings

from swirl.connectors.requests import Requests
Expand Down
1 change: 0 additions & 1 deletion swirl/connectors/requestspost.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from celery.utils.log import get_task_logger
logger = get_task_logger(__name__)

from swirl.connectors.mappings import *
from swirl.connectors.utils import bind_query_mappings

from swirl.connectors.requests import Requests
Expand Down

0 comments on commit 825e5d8

Please sign in to comment.