Skip to content

Commit dfb5010

Browse files
committed
Code Cleanup
Cleaned up some things that were found by Codacy.
1 parent 002703c commit dfb5010

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ Want to contribute? Check out our contributors guide!
2222

2323
Found a bug? Have an idea for an improvement? Submit it into our [Issues tracker][2]
2424

25-
2625
[1]: https://process-tracker.readthedocs.io/en/latest/
2726
[2]: https://github.com/OpenDataAlex/process_tracker_python/issues

process_tracker/utilities/data_store.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,9 +529,9 @@ def topic_updater(
529529
item.process_status_name = name
530530
self.logger.info("%s %s updated." % (topic, name))
531531
elif topic == "process run":
532-
"""
533-
This option is ONLY for process runs that are in 'on hold' status and getting them out of 'on hold'.
534-
"""
532+
533+
# This option is ONLY for process runs that are in 'on hold' status and getting them out of 'on hold'.
534+
535535
self.logger.info("Testing if process run is on hold.")
536536
item = (
537537
self.session.query(ProcessTracking)

0 commit comments

Comments
 (0)