Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and c4urself committed Aug 24, 2019
1 parent d924c76 commit 10dd277
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 10dd277

Please sign in to comment.