From 4ff3b87c1c96d720f4e7fd39e613944e322cb388 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 1 Feb 2022 16:18:38 -0800 Subject: [PATCH] remove future field from docstring --- jc/parsers/rsync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jc/parsers/rsync.py b/jc/parsers/rsync.py index 197f5cc5..061fa0c9 100644 --- a/jc/parsers/rsync.py +++ b/jc/parsers/rsync.py @@ -57,7 +57,6 @@ Schema: "permissions_different": bool/null, "owner_different": bool/null, "group_different": bool/null, - "future": null, "acl_different": bool/null, "extended_attribute_different": bool/null, "epoch": int, [2]