From 51715479907c1b7216951802a0e4be36737465c0 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Wed, 26 Apr 2017 09:52:02 +0100 Subject: [PATCH] Remove blank lines --- app/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models.py b/app/models.py index 11cb1803c..71957d99c 100644 --- a/app/models.py +++ b/app/models.py @@ -446,7 +446,6 @@ class ProviderDetails(db.Model): supports_international = db.Column(db.Boolean, nullable=False, default=False) - class ProviderDetailsHistory(db.Model, HistoryModel): __tablename__ = 'provider_details_history'