From 8f1e066f15763e64cffcf1722759a391b790755b Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Sat, 6 Sep 2014 08:16:02 +0200 Subject: [PATCH] Various little style fixes. --- rq/scripts/rq_cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rq/scripts/rq_cli.py b/rq/scripts/rq_cli.py index 3e5403c..4ebab61 100755 --- a/rq/scripts/rq_cli.py +++ b/rq/scripts/rq_cli.py @@ -1,7 +1,6 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ -rq command line tool +RQ command line tool """ from __future__ import (absolute_import, division, print_function, unicode_literals)