From 30d9394343074a78050e26b50a20a65752c81463 Mon Sep 17 00:00:00 2001 From: Jing Cheng Date: Tue, 21 Jan 2025 14:17:54 -0500 Subject: [PATCH] Remove outdated docstring --- corehq/apps/builds/models.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/corehq/apps/builds/models.py b/corehq/apps/builds/models.py index 8868b3c6c4b8..962f9eac8494 100644 --- a/corehq/apps/builds/models.py +++ b/corehq/apps/builds/models.py @@ -39,13 +39,6 @@ def validate(self, value, required=True): class CommCareBuild(BlobMixin, Document): - """ - #python manage.py shell - #>>> from corehq.apps.builds.models import CommCareBuild - #>>> build = CommCareBuild.create_from_zip('/Users/droberts/Desktop/zip/7106.zip', '1.2.dev', 7106) - - """ - build_number = IntegerProperty() version = SemanticVersionProperty() time = DateTimeProperty()