mirror of
https://github.com/dw-0/kiauh.git
synced 2026-08-03 04:47:56 +05:00
style: remove blank lines from simple_config_parser test imports
This commit is contained in:
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
-1
@@ -9,7 +9,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
from core.simple_config_parser.tests.utils import load_testdata_from_file
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ from pathlib import Path
|
|||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import (
|
from core.simple_config_parser.simple_config_parser import (
|
||||||
BlankLine,
|
BlankLine,
|
||||||
CommentLine,
|
CommentLine,
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).parent.parent.joinpath("assets")
|
BASE_DIR = Path(__file__).parent.parent.joinpath("assets")
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
# ======================================================================= #
|
# ======================================================================= #
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import (
|
from core.simple_config_parser.simple_config_parser import (
|
||||||
MultiLineOption,
|
MultiLineOption,
|
||||||
NoOptionError,
|
NoOptionError,
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
# ======================================================================= #
|
# ======================================================================= #
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import (
|
from core.simple_config_parser.simple_config_parser import (
|
||||||
DuplicateSectionError,
|
DuplicateSectionError,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).parent.parent / "assets"
|
BASE_DIR = Path(__file__).parent.parent / "assets"
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
from core.simple_config_parser.simple_config_parser import SimpleConfigParser
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).parent.parent / "assets"
|
BASE_DIR = Path(__file__).parent.parent / "assets"
|
||||||
|
|||||||
Reference in New Issue
Block a user