mirror of https://github.com/nucypher/nucypher.git
apply code formatting
parent
701f31bc64
commit
dd23224c3a
|
@ -3,10 +3,9 @@
|
|||
|
||||
|
||||
class DevelopmentInstallationRequired(RuntimeError):
|
||||
|
||||
MESSAGE = '''
|
||||
MESSAGE = """
|
||||
A development installation of nucypher is required to import {importable_name}.
|
||||
'''
|
||||
"""
|
||||
|
||||
def __init__(self, importable_name: str, *args, **kwargs):
|
||||
msg = self.MESSAGE.format(importable_name=importable_name)
|
||||
|
|
Loading…
Reference in New Issue