mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
style(python): format with black
This commit is contained in:
parent
454224858b
commit
08ad656240
17 changed files with 208 additions and 36 deletions
|
@ -1,3 +1,3 @@
|
|||
class Bytes(bytes):
|
||||
def try_new(*b): # -> Result[Nat]
|
||||
def try_new(*b): # -> Result[Nat]
|
||||
return Bytes(bytes(*b))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue