Skip to content

Commit

Permalink
Remove outdated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Jan 21, 2025
1 parent 745fbc5 commit 30d9394
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions corehq/apps/builds/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 30d9394

Please sign in to comment.