Skip to content

Commit

Permalink
Run black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Apr 21, 2024
1 parent ad0d04f commit 05bf8db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"show-inheritance": True, # Show the base class(es) of a class
"members": True,
}
autosummary_generate = True
autosummary_generate = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
if not match:
raise ValueError("Could not find the latest version in CHANGELOG.md")

version = match['version']
version = match["version"]

setuptools.setup(version=version)
2 changes: 1 addition & 1 deletion src/libretro/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import abstractmethod
from collections.abc import Sequence, Buffer
from collections.abc import Buffer, Sequence
from copy import deepcopy
from ctypes import (
CDLL,
Expand Down

0 comments on commit 05bf8db

Please sign in to comment.