From 6cd32c2f5c602a87cc552a0f3afe9fdb831e2eb9 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 6 Feb 2008 16:41:26 -0700 Subject: [PATCH] interfaces: remove spurious line that counted against the figleaf coverage --- src/allmydata/interfaces.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index 0312ff0d..fcd773df 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -486,7 +486,6 @@ class IFileURI(Interface): class IMutableFileURI(Interface): """I am a URI which represents a mutable filenode.""" - pass class INewDirectoryURI(Interface): pass class IReadonlyNewDirectoryURI(Interface): -- 2.45.2