From bded20340e198595c89bba3432baaa7d465920c0 Mon Sep 17 00:00:00 2001 From: Mark Polk Date: Sun, 13 Oct 2024 01:30:40 -0400 Subject: [PATCH] Modified plate_reader.py to push on plate_reader branch. --- fluorescence_assay/plate_reader.py | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/fluorescence_assay/plate_reader.py b/fluorescence_assay/plate_reader.py index b062e21..f0b668d 100644 --- a/fluorescence_assay/plate_reader.py +++ b/fluorescence_assay/plate_reader.py @@ -1,29 +1 @@ -"""Provide the primary functions.""" - - -def canvas(with_attribution=True): - """ - Placeholder function to show example docstring (NumPy format). - - Replace this function and doc string for your own project. - - Parameters - ---------- - with_attribution : bool, Optional, default: True - Set whether or not to display who the quote is from. - - Returns - ------- - quote : str - Compiled string including quote and optional attribution. - """ - - quote = "The code is but a canvas to our imagination." - if with_attribution: - quote += "\n\t- Adapted from Henry David Thoreau" - return quote - - -if __name__ == "__main__": - # Do something if this file is invoked on its own - print(canvas()) +"""Comment.""" \ No newline at end of file