Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Jan 3, 2024
1 parent c231fec commit 7c3ddd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core_codemods/remove_module_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

class RemoveModuleGlobal(BaseCodemod, NameResolutionMixin):
NAME = "remove-module-global"
SUMMARY = "Remove Module-level Global Call"
SUMMARY = "Remove `global` Usage at Module Level"
REVIEW_GUIDANCE = ReviewGuidance.MERGE_WITHOUT_REVIEW
DESCRIPTION = "Remove Lines with `global` keyword at Module Level"
DESCRIPTION = "Remove `global` usage at module level."
REFERENCES: list = []

def leave_Global(
Expand Down

0 comments on commit 7c3ddd5

Please sign in to comment.