Skip to content

Commit

Permalink
Moved import to top
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Nov 13, 2023
1 parent be1133c commit 0485181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/apps/health/health_checks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging

import requests
from apps.permits.api_queries_powerbrowser import PowerbrowserRequest
from config.celery import debug_task
from django.conf import settings
from health_check.backends import BaseHealthCheckBackend
Expand Down Expand Up @@ -281,8 +282,6 @@ class PowerBrowser(BaseHealthCheckBackend):
"""

def check_status(self):
from apps.permits.api_queries_powerbrowser import PowerbrowserRequest

try:
response = PowerbrowserRequest().get_vergunningen_with_bag_id(
settings.BAG_ID_AMSTEL_1
Expand Down

0 comments on commit 0485181

Please sign in to comment.