Skip to content

Commit ab62c18

Browse files
committed
Typo for linting
1 parent 091e9e0 commit ab62c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhilo/util/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async def set_state(
161161
LOG.debug("Saving state to yaml file")
162162
# TODO: Use asyncio.get_running_loop() and run_in_executor to write
163163
# to the file in a non blocking manner. Currently, the file writes
164-
# are properly async but the yaml dump is done synchroniously on the
164+
# are properly async but the yaml dump is done synchronously on the
165165
# main event loop.
166166
content = yaml.dump(new_state)
167167
await yaml_file.write(content)

0 commit comments

Comments
 (0)