Skip to content

Commit

Permalink
Merge pull request #512 from The-4th-Hokage/deepsource-fix-0a15478e
Browse files Browse the repository at this point in the history
Use literal syntax to create data structure
  • Loading branch information
Dhruvacube authored Feb 10, 2022
2 parents 598e901 + fc0b826 commit 91dee7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minato_namikaze/lib/util/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ class LinksAndVars(enum.Enum):
version = token_get("VERSION")
invite_code = "wXVQahNM5c"
timeout = 3.0
owner_ids = list(
{887549958931247137, 837223478934896670, 747729781369602049})
owner_ids = [887549958931247137, 837223478934896670, 747729781369602049]

with gzip.open(
os.path.join(
Expand Down

0 comments on commit 91dee7c

Please sign in to comment.