Skip to content

Commit

Permalink
fix github pipfile diff for no reason + others
Browse files Browse the repository at this point in the history
  • Loading branch information
vcai122 committed Oct 20, 2024
1 parent c65cd62 commit eb43f14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ alt-profanity-check = "*"
inflection = "*"

[requires]
python_version = "3.11"
python_version = "3.11"
2 changes: 1 addition & 1 deletion backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions backend/penndata/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Event,
FitnessRoom,
FitnessSnapshot,
HomePageOrder
HomePageOrder,
)


Expand All @@ -25,4 +25,3 @@ def image_tag(self, instance):
admin.site.register(FitnessRoom, FitnessRoomAdmin)
admin.site.register(FitnessSnapshot)
admin.site.register(AnalyticsEvent)

2 changes: 0 additions & 2 deletions backend/penndata/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,3 @@ class CalendarEvent(models.Model):

def __str__(self):
return f"{self.date}-{self.event}"


0 comments on commit eb43f14

Please sign in to comment.