Skip to content

Commit

Permalink
region iso code precomit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EyuaelB committed Aug 10, 2024
1 parent ad25ff3 commit 9e62c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2p_social_registry/models/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class G2PRegion(models.Model):

name = fields.Char()
code = fields.Char()
iso_code = fields.Char()
iso_code = fields.Char()

0 comments on commit 9e62c58

Please sign in to comment.