Skip to content

Commit

Permalink
test sonar django dunder
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Apr 23, 2024
1 parent fcb75f0 commit 184f4fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/codemodder/temp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django.db import models


class User(models.Model):
name = models.CharField(max_length=100)
phone = models.IntegerField(blank=True)

0 comments on commit 184f4fe

Please sign in to comment.