We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5e007 commit d1add10Copy full SHA for d1add10
src/git_changelog/build.py
@@ -1,5 +1,3 @@
1
-from __future__ import print_function
2
-
3
import sys
4
from datetime import datetime
5
from subprocess import check_output # nosec
src/git_changelog/cli.py
@@ -15,8 +15,6 @@
15
Also see http://click.pocoo.org/5/setuptools/#setuptools-integration.
16
"""
17
18
19
20
import argparse
21
22
src/git_changelog/providers.py
@@ -22,7 +22,7 @@ def __str__(self):
return self.ref + ": " + self.url
23
24
25
-class ProviderRefParser(object):
+class ProviderRefParser:
26
REF = {}
27
28
def get_refs(self, ref_type, text):
0 commit comments