summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorHugo <hugo@whynothugo.nl>2022-07-24 03:17:07 +0200
committerGitHub <noreply@github.com>2022-07-24 08:17:07 +0700
commitd5175c38da3efee26957a0e6d58f00c55387b349 (patch)
treeff30264b178f5dfea5dd68ef017296fec183e506 /tests/__init__.py
parent61a4a1720bb5d8392411fefbc93a3a58b1f98723 (diff)
downloadrq-d5175c38da3efee26957a0e6d58f00c55387b349.tar.gz
Drop python2-specific syntax (#1674)
* Drop syntax required only for Python 2 * Drop python2-style super() calls Co-authored-by: Selwin Ong <selwin.ong@gmail.com>
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 2615a61..cb60399 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,7 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import (absolute_import, division, print_function,
- unicode_literals)
-
import logging
import os