From d646c9a42273e98c85602f5618598125007bbfaa Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 25 Sep 2016 20:28:16 +0300 Subject: WIP: commit all files that were changed --- entities/basic_entity.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'entities/basic_entity.py') diff --git a/entities/basic_entity.py b/entities/basic_entity.py index 9181422..9e8f11b 100644 --- a/entities/basic_entity.py +++ b/entities/basic_entity.py @@ -1,5 +1,5 @@ -from libs import JsonSerializable - - -class BasicEntity(JsonSerializable): - pass +from libs import JsonSerializable + + +class BasicEntity(JsonSerializable): + pass -- cgit v1.2.3