aboutsummaryrefslogtreecommitdiffstats
path: root/models.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 14:19:23 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 14:19:23 +0200
commit8a1ba0c72f80cd1b23f2995cd3da6832688acfe9 (patch)
tree5687da86156b974502b73ef92292e19072871e75 /models.py
parent29742548f9f897be9e06a33073191910d25c1a03 (diff)
downloadjustice-8a1ba0c72f80cd1b23f2995cd3da6832688acfe9.tar.gz
minor tweaks
Diffstat (limited to 'models.py')
-rw-r--r--models.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/models.py b/models.py
index 7a9160c..f1f93aa 100644
--- a/models.py
+++ b/models.py
@@ -356,8 +356,6 @@ class Podily_Association(db.Model):
if self.druh_podilu.druh_podilu != "0":
podil_descr += "\n" + "Druh podílu: " + self.druh_podilu.druh_podilu
return podil_descr.split("\n")
-
-
class Zpusob_Jednani_Association(db.Model):
__tablename__ = 'zpusoby_jednani_relation'
@@ -624,5 +622,4 @@ class Zpusob_Jednani(db.Model):
class Druhy_Podilu(db.Model):
__tablename__ = "druhy_podilu"
id = db.Column(db.Integer, primary_key=True)
- druh_podilu = db.Column(db.String)
-
+ druh_podilu = db.Column(db.String) \ No newline at end of file