style(python): format with black

This commit is contained in:
GreasrySlug 2023-03-16 22:39:34 +09:00
parent 454224858b
commit 08ad656240
17 changed files with 208 additions and 36 deletions

View file

@ -1,3 +1,3 @@
class Bytes(bytes):
def try_new(*b): # -> Result[Nat]
def try_new(*b): # -> Result[Nat]
return Bytes(bytes(*b))