浏览代码

Remove outdated comment

Andrey Bienkowski 3 年之前
父节点
当前提交
18963bff5f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/borg/__init__.py

+ 0 - 2
src/borg/__init__.py

@@ -1,7 +1,5 @@
 from packaging.version import parse as parse_version
 
-# IMPORTANT keep imports from borg here to a minimum because our testsuite depends on
-# being able to import borg.constants and then monkey patching borg.constants.PBKDF2_ITERATIONS
 from ._version import version as __version__