File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,6 @@ def model_class(self) -> type[BaseModel]:
4040 """Pydantic model class. Can be overridden by child classes."""
4141 return DocumentReference
4242
43- @property
44- def table_name (self ) -> str :
45- """DynamoDB table name. Can be overridden by child classes."""
46- return os .getenv ("LLOYD_GEORGE_DYNAMODB_NAME" )
47-
48- @property
49- def s3_bucket (self ) -> str :
50- """S3 bucket name. Can be overridden by child classes."""
51- return os .getenv ("LLOYD_GEORGE_BUCKET_NAME" )
52-
53- @property
54- def model_class (self ) -> type [BaseModel ]:
55- """Pydantic model class. Can be overridden by child classes."""
56- return DocumentReference
57-
5843 def fetch_available_document_references_by_type (
5944 self ,
6045 nhs_number : str ,
You can’t perform that action at this time.
0 commit comments