diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 63b8367143..f103155a35 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,10 +6,7 @@
-
-
-
@@ -25,6 +22,7 @@
+
{
"lastFilter": {
diff --git a/estate/models/estate_property_tag.py b/estate/models/estate_property_tag.py
index 97b9fc071d..d1d479667e 100644
--- a/estate/models/estate_property_tag.py
+++ b/estate/models/estate_property_tag.py
@@ -9,4 +9,4 @@ class EstatePropertyType(models.Model):
_sql_constraints = [
('check_unique_name', 'UNIQUE(name)', "This tag name already exists."),
- ]
\ No newline at end of file
+ ]