Skip to content

Commit

Permalink
remove redundant imports (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajdos committed Sep 25, 2020
1 parent f983e09 commit 5b6fab7
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion tests/core/test_context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os

import pytest
import fs.path

from moban.core.context import Context
Expand Down
1 change: 0 additions & 1 deletion tests/data_loaders/test_json_loader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
import fs.path

from moban.plugins.json_loader import open_json
Expand Down
1 change: 0 additions & 1 deletion tests/data_loaders/test_merge_dict.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
from ruamel.yaml import YAML

from moban.core.data_loader import merge
Expand Down
1 change: 0 additions & 1 deletion tests/data_loaders/test_overrides.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import fs
import pytest

from moban.main import load_engine_factory_and_engines
from moban.core.data_loader import load_data
Expand Down
2 changes: 0 additions & 2 deletions tests/deprecated/test_handle_requires.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from unittest.mock import patch

import pytest

from moban.deprecated import GitRequire


Expand Down
1 change: 0 additions & 1 deletion tests/jinja2/test_engine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fs
import pytest

from moban.externals import file_system
from moban.plugins.jinja2.engine import Engine
Expand Down
1 change: 0 additions & 1 deletion tests/jinja2/test_extensions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import fs
import pytest

from moban.externals import file_system
from moban.core.moban_factory import MobanEngine
Expand Down
2 changes: 0 additions & 2 deletions tests/jinja2/test_repr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from moban.plugins.jinja2.filters.repr import repr as repr_function


Expand Down
2 changes: 0 additions & 2 deletions tests/jinja2/test_text.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from moban.plugins.jinja2.filters.text import split_length


Expand Down
1 change: 0 additions & 1 deletion tests/mobanfile/test_mobanfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from unittest.mock import patch

import pytest
import fs.path

from moban.core.definitions import TemplateTarget
Expand Down
1 change: 0 additions & 1 deletion tests/mobanfile/test_templates.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import unittest
from unittest.mock import patch

import pytest
import fs.path

from moban.core.mobanfile.templates import handle_template
Expand Down
1 change: 0 additions & 1 deletion tests/test_buffered_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import unittest

import fs
import pytest

from moban.externals import file_system
from moban.externals.buffered_writer import BufferedWriter, write_file_out
Expand Down
1 change: 0 additions & 1 deletion tests/test_copy_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import unittest

import fs
import pytest

from moban.core import ENGINES
from moban.externals import file_system
Expand Down
2 changes: 0 additions & 2 deletions tests/test_definitions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from moban.deprecated import GitRequire
from moban.core.definitions import TemplateTarget

Expand Down
1 change: 0 additions & 1 deletion tests/test_docs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import fs
import pytest

from .utils import Docs, custom_dedent

Expand Down
2 changes: 0 additions & 2 deletions tests/test_store.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from moban.core.definitions import TemplateTarget
from moban.core.mobanfile.store import Store

Expand Down

0 comments on commit 5b6fab7

Please sign in to comment.