Skip to content

Commit 755da6d

Browse files
author
Alan Christie
committed
style: Fix lint issues
1 parent 67d5b12 commit 755da6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The following utilities are available: -
2222
- ``DmLog.emit_cost()``
2323

2424
A number of miscellaneous utilities are also included. These have been
25-
extracted form the squonk2 virtual-screening ``utils.py`` module and renamed
26-
and reformatted here into ``misc.py`
25+
extracted form the squonk2 virtual-screening ``utils.py`` module and moved
26+
here into ``utils.py``.
2727

2828
Installation (Python)
2929
=====================

dm_job_utilities/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
import os
1717
import sys
18-
from math import log10, floor
1918
from typing import Any, List, Optional, Tuple
2019

2120

0 commit comments

Comments
 (0)