Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jun 25, 2019
1 parent 85947a3 commit 1ee3b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/vcs.py
Expand Up @@ -2,10 +2,10 @@

from __future__ import unicode_literals, print_function

import errno
import logging
import os
import subprocess
import errno
from tempfile import NamedTemporaryFile

from bumpversion.exceptions import (
Expand Down

0 comments on commit 1ee3b14

Please sign in to comment.