Organize imports
This commit is contained in:
parent
dbb5c0fa8b
commit
1b69d6aab4
@ -3,11 +3,10 @@
|
|||||||
|
|
||||||
Tests for the rbackup.config module.
|
Tests for the rbackup.config module.
|
||||||
"""
|
"""
|
||||||
import json
|
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from tempfile import NamedTemporaryFile
|
from tempfile import NamedTemporaryFile
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import patch
|
||||||
|
|
||||||
import rbackup.config as config
|
import rbackup.config as config
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Tests for the rbackup.struct.repository module.
|
|||||||
import re
|
import re
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from unittest.mock import DEFAULT, PropertyMock, patch
|
from unittest.mock import DEFAULT, patch
|
||||||
|
|
||||||
from hypothesis import given
|
from hypothesis import given
|
||||||
from hypothesis.strategies import from_regex, lists, text
|
from hypothesis.strategies import from_regex, lists, text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user