mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-12 11:22:14 -04:00
Format all code using black
This commit is contained in:
parent
90c244ee2f
commit
3037727890
87 changed files with 4293 additions and 2374 deletions
|
@ -20,7 +20,7 @@ import tempfile
|
|||
import os
|
||||
|
||||
|
||||
class MockSubprocess():
|
||||
class MockSubprocess:
|
||||
def __init__(self):
|
||||
self.last_call = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue