From b283ba9d89212b587e53a44a75bedaeb02bf15f6 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 30 Sep 2018 18:52:45 +0300 Subject: [PATCH] Remove Python 2 related rows accidentally added --- federation/tests/django/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/federation/tests/django/__init__.py b/federation/tests/django/__init__.py index a2b5079..e69de29 100644 --- a/federation/tests/django/__init__.py +++ b/federation/tests/django/__init__.py @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals