Skip to content

Commit

Permalink
encapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Miryam-Schwartz committed Dec 1, 2024
1 parent fd8e5aa commit 539a6ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ def full_analysis(self):
)
except: # pylint: disable=bare-except
pass

def get_images_created(self):
return self._images_created

def get_dataframes_for_pdf(self):
return self._dataframes_for_pdf

def get_txt_for_pdf(self):
return self._txt_for_pdf

Expand Down

0 comments on commit 539a6ca

Please sign in to comment.