Skip to content

Commit

Permalink
style: Conform to black's 2023 style
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymouX47 committed May 30, 2024
1 parent 69fc900 commit 251b2a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/term_image/image/kitty.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ def __post_init__(self):


class _ControlData: # Currently Unused

i: Optional[int] = None # image ID
d: Optional[str] = None # delete images
m: Optional[int] = None # payload chunk
Expand Down
1 change: 0 additions & 1 deletion tests/test_image/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ def get_render_data(self, img=None, alpha=None, **kwargs):
)

def test_alpha(self):

# float
for alpha in (0.0, _ALPHA_THRESHOLD, 0.999):
img, _, a = self.get_render_data(alpha=alpha)
Expand Down

0 comments on commit 251b2a6

Please sign in to comment.