ldcheck.py

changeset 32
75f44d3063da
parent 26
7c263b864371
child 34
7ed2e831acd4
--- a/ldcheck.py	Wed Jan 24 23:14:01 2018 +0200
+++ b/ldcheck.py	Wed Jan 31 14:34:23 2018 +0200
@@ -44,10 +44,6 @@
             if (library_path / path).is_file()
         ]
 
-def hairline_score(smallest_angle):
-    from math import log10
-    return max(0, -log10(smallest_angle))
-
 class Model:
     def __init__(self, body):
         self.body = body

mercurial