Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jul 10, 2023
1 parent 6ca204b commit f006810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion medchem/query/_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def __init__(self, parsed_query: Union[str, ParseTree], verbose: bool = False):
Args:
parsed_query: query that has been parsed and transformed
verbose: whrther to print debug information
verbose: whether to print debug information
"""

parsed_query = str(parsed_query)
Expand Down
1 change: 0 additions & 1 deletion medchem/utils/smarts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Optional
from typing import List

import datamol as dm

Expand Down

0 comments on commit f006810

Please sign in to comment.