aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-16 22:49:59 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-16 22:49:59 +0100
commit235d2ad01990018d216a0979c08cc634d4c04bd3 (patch)
tree0f8a3208e77539d23ce08bcc1aaa29740f8c5efc /tests
parent7baef673cda8b9fff903ed10f793deab3efd84c9 (diff)
downloadgit-deps-235d2ad01990018d216a0979c08cc634d4c04bd3.tar.gz
remove unneeded metadata variables
https://github.com/blue-yonder/pyscaffold/issues/%3162
Diffstat (limited to 'tests')
-rw-r--r--tests/test_GitUtils.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_GitUtils.py b/tests/test_GitUtils.py
index 8d90d05..4d8df25 100644
--- a/tests/test_GitUtils.py
+++ b/tests/test_GitUtils.py
@@ -2,11 +2,8 @@
# -*- coding: utf-8 -*-
# import pytest
-from git_deps.gitutils import GitUtils
-__author__ = "Adam Spiers"
-__copyright__ = "Adam Spiers"
-__license__ = "none"
+from git_deps.gitutils import GitUtils
def test_abbreviate_sha1():