Skip to content

Commit

Permalink
switched line endings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Feb 22, 2024
1 parent 5cdd5b2 commit c000b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN find /opt/conda/pkgs/future* -name "*.pem" -delete || true
RUN find /opt/conda/lib/python3.10/site-packages/future -name "*.pem" -delete || true
RUN find /opt/conda -name "*test.key" -delete || true
# ------------------------- #

USER cyano

#ENTRYPOINT ["tail", "-f", "/dev/null"]
Expand Down
3 changes: 2 additions & 1 deletion tests/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ def get_columns():
all_columns = [f"DN={i}" for i in range(0, 254)]
return detect_columns, all_columns

def get_data()
def get_data():
pass


class MetricsCalculationMethods(unittest.TestCase):
Expand Down

0 comments on commit c000b8f

Please sign in to comment.