Skip to content

Commit

Permalink
Merge pull request #35650 from dimagi/jc/remove-outdated-docstring
Browse files Browse the repository at this point in the history
Remove outdated docstring
  • Loading branch information
jingcheng16 authored Jan 21, 2025
2 parents e5e81f9 + 30d9394 commit d629135
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 d629135

Please sign in to comment.