mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
filetree.interfaces: remove not-really-code to improve coverage stats
This commit is contained in:
parent
f0b7cf4bdf
commit
eeffcda7b1
@ -3,11 +3,9 @@ from zope.interface import Interface
|
||||
|
||||
class INode(Interface):
|
||||
"""This is some sort of retrievable node."""
|
||||
pass
|
||||
|
||||
class IFileNode(Interface):
|
||||
"""This is a file which can be retrieved."""
|
||||
pass
|
||||
|
||||
class IDirectoryNode(Interface):
|
||||
"""This is a directory which can be listed."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user