Skip to content

Commit

Permalink
Remove useless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Dec 18, 2024
1 parent a9a119d commit 9108130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions creme/creme_core/models/imprint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Creme is a free/open-source Customer Relationship Management software
# Copyright (C) 2018-2022 Hybird
# Copyright (C) 2018-2024 Hybird
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
Expand All @@ -23,7 +23,6 @@
from . import fields as core_fields


# TODO: + ForeignKey to ContentType ? (takes more space but less queries)
class Imprint(models.Model): # CremeModel ?
date = models.DateTimeField(auto_now_add=True)

Expand Down

0 comments on commit 9108130

Please sign in to comment.