Skip to content

Commit

Permalink
Remove redundant type: ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 7, 2023
1 parent 9c1b07e commit b829df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def search():
with pyms_nist_search.Engine(
FULL_PATH_TO_USER_LIBRARY,
pyms_nist_search.NISTMS_USER_LIB, # type: ignore # TODO
pyms_nist_search.NISTMS_USER_LIB,
FULL_PATH_TO_WORK_DIR, # debug=True,
) as engine:
yield engine

0 comments on commit b829df7

Please sign in to comment.