Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Aug 26, 2024
1 parent cb0bb55 commit f0bba2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ from django_pydantic_field import SchemaField
from pydantic_pkgr import BinProvider, EnvProvider, Binary, SemVer

class Dependency(models.Model):
"""Example model for storing information about a dependency"""
name = models.CharField(max_length=63)
binary: Binary = SchemaField()
providers: list[BinProvider] = SchemaField(default=[EnvProvider()])
Expand Down

0 comments on commit f0bba2b

Please sign in to comment.