We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51c819 commit 76f2528Copy full SHA for 76f2528
backend/src/authorisation/authoriser.py
@@ -7,7 +7,7 @@
7
8
9
class Authoriser:
10
- """Authoriser class. Used for authorising operations of FHIR vaccinations."""
+ """Authoriser class. Used for authorising operations on FHIR vaccinations."""
11
def __init__(self):
12
self._cache_client = redis_client
13
backend/src/authorization.py
backend/tests/test_fhir_service.py
@@ -9,8 +9,6 @@
from fhir.resources.R4B.bundle import Bundle as FhirBundle, BundleEntry
from fhir.resources.R4B.immunization import Immunization
-from poetry.console.commands import self
-from werkzeug.exceptions import Unauthorized
14
15
from authorisation.api_operation_code import ApiOperationCode
16
from authorisation.authoriser import Authoriser
0 commit comments