Skip to content

Commit

Permalink
fix codemod description
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Feb 16, 2024
1 parent 6b03243 commit 6ce9160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/core_codemods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,8 @@
RemoveAssertionInPytestRaises,
FixAssertTuple,
LazyLogging,
<<<<<<< HEAD
StrConcatInSeqLiteral,
FixTaskInstantiation,
=======
FixAsyncTaskInstantiation,
>>>>>>> 5190758 (change codemod metadata)
],
)

Expand Down
2 changes: 1 addition & 1 deletion src/core_codemods/fix_async_task_instantiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FixAsyncTaskInstantiation(SimpleCodemod, NameAndAncestorResolutionMixin):
),
],
)
change_description = "Replace instantiation of `asyncio.Task` higher-level functions to create tasks."
change_description = "Replace instantiation of `asyncio.Task` with higher-level functions to create tasks."
_module_name = "asyncio"

# pylint: disable=too-many-return-statements
Expand Down

0 comments on commit 6ce9160

Please sign in to comment.