Skip to content

Commit

Permalink
Chore: Remove Trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Sep 22, 2024
1 parent 419ca9a commit 6aa9688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/executors/asm_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ class UnknownPlatformMixin(ASMExecutor):
for cls in (PlatformX86Mixin, PlatformX64Mixin, PlatformARMMixin, PlatformARM64Mixin)
if cls.abi == NATIVE_ABI
),
UnknownPlatformMixin,
UnknownPlatformMixin
)

0 comments on commit 6aa9688

Please sign in to comment.