Skip to content

Commit

Permalink
remove unnecessary return in dev.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seven7ty committed Jul 19, 2021
1 parent 52fa46e commit 67d8dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/ecosystem/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async def missing_locales_command(self, ctx: commands.Context, locale_: str) ->
locale_data: Optional[Tuple[List[Tuple[str, ...]], bool]] = Mgr.get_missing_keys_for_locale(locale_)
if not locale_data:
await ctx.err('This locale doesn\'t exist!')
return
else:
def _gen_locale_path(steps) -> str:
return ' **->** '.join([f'`{step}`' for step in steps])
Expand Down

0 comments on commit 67d8dee

Please sign in to comment.