Skip to content

Commit e0b3974

Browse files
Update src/wfi_reference_pipeline/config/config_access.py
Co-authored-by: Rick Cosentino <127983009+rgcosentino@users.noreply.github.com>
1 parent fd38dd1 commit e0b3974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wfi_reference_pipeline/config/config_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def _validate_rtb_db_installed():
1616
"""
1717
Verify that rtb_db can be imported.
18-
This should only need to be used on the initial config check to see if hte user is intending to use rtbdb
18+
This should only need to be used on the initial config check to see if the user is intending to use rtbdb
1919
"""
2020
return importlib.util.find_spec("rtb_db") is not None
2121

0 commit comments

Comments
 (0)