Skip to content

Commit

Permalink
fixup! Every requests should comply with proxy settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jan 21, 2024
1 parent 4b6d734 commit ae0e5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
from typing import List

import PyFunceble.storage
import PyFunceble.facility
from PyFunceble.checker.availability.domain import DomainAvailabilityChecker
from PyFunceble.checker.availability.domain_and_ip import DomainAndIPAvailabilityChecker
from PyFunceble.checker.availability.ip import IPAvailabilityChecker
Expand Down

0 comments on commit ae0e5f0

Please sign in to comment.