mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-22 00:41:53 +00:00
Remove Interface subclass, as IURI is an interface. Fixes mypy error.
This commit is contained in:
@ -682,7 +682,7 @@ class IURI(Interface):
|
|||||||
passing into init_from_string."""
|
passing into init_from_string."""
|
||||||
|
|
||||||
|
|
||||||
class IVerifierURI(Interface, IURI):
|
class IVerifierURI(IURI):
|
||||||
def init_from_string(uri):
|
def init_from_string(uri):
|
||||||
"""Accept a string (as created by my to_string() method) and populate
|
"""Accept a string (as created by my to_string() method) and populate
|
||||||
this instance with its data. I am not normally called directly,
|
this instance with its data. I am not normally called directly,
|
||||||
|
Reference in New Issue
Block a user