Skip to content

Commit

Permalink
remove test line to check linters
Browse files Browse the repository at this point in the history
  • Loading branch information
devProdigy committed Dec 2, 2020
1 parent 906c6ab commit dbb750e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ This section will explain how to start development of Gordo.
```shell script
# create and activate virtualenv. Note: you should use python3.7 (project's tensorflow version is not compatible with python3.8)
# then:
pip install --upgrade pip
pip install --upgrade pip-tools
pip install -r requirements/full_requirements.txt
pip install -r requirements/test_requirements.txt
make make install_app_requirements
```

### How to run tests locally
Expand Down
4 changes: 0 additions & 4 deletions gordo/builder/local_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ def local_build(
Iterable[Tuple[Union[BaseEstimator, None], Machine]]
A generator yielding tuples of models and their metadata.
"""


dummy_var = 5

config = get_dict_from_yaml(io.StringIO(config_str))
normed = NormalizedConfig(config, project_name="local-build")
for machine in normed.machines:
Expand Down

0 comments on commit dbb750e

Please sign in to comment.