Browse Source

remove unintended changes

Antoine Beaupré 9 years ago
parent
commit
2d4b735fed
4 changed files with 0 additions and 4 deletions
  1. 0 1
      borg/archiver.py
  2. 0 1
      borg/cache.py
  3. 0 1
      borg/helpers.py
  4. 0 1
      borg/key.py

+ 0 - 1
borg/archiver.py

@@ -7,7 +7,6 @@ from operator import attrgetter
 import functools
 import functools
 import inspect
 import inspect
 import io
 import io
-
 import os
 import os
 import signal
 import signal
 import stat
 import stat

+ 0 - 1
borg/cache.py

@@ -2,7 +2,6 @@ import configparser
 from .remote import cache_if_remote
 from .remote import cache_if_remote
 from collections import namedtuple
 from collections import namedtuple
 import errno
 import errno
-
 import msgpack
 import msgpack
 import os
 import os
 import stat
 import stat

+ 0 - 1
borg/helpers.py

@@ -5,7 +5,6 @@ import binascii
 from collections import namedtuple
 from collections import namedtuple
 from functools import wraps
 from functools import wraps
 import grp
 import grp
-
 import os
 import os
 import pwd
 import pwd
 import re
 import re

+ 0 - 1
borg/key.py

@@ -1,7 +1,6 @@
 from binascii import hexlify, a2b_base64, b2a_base64
 from binascii import hexlify, a2b_base64, b2a_base64
 import configparser
 import configparser
 import getpass
 import getpass
-
 import os
 import os
 import msgpack
 import msgpack
 import textwrap
 import textwrap