Skip to content

Commit

Permalink
Restructure: Fix make install and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-corthorn committed Nov 10, 2024
1 parent 33cca6c commit d6dbe8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install:
python -m pip install --upgrade pip &&\
pip install -r requirements-dev.txt &&\
pip install -r esgtools/requirements.txt &&\
pip install -r dev_requirements.txt &&\
pip install -r lambda_requirements.txt &&\
pip install -r tests/test_requirements.txt &&\
pip install -e . --use-pep517

Expand Down
1 change: 0 additions & 1 deletion esgtools/lambdas/get_assets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
from ast import literal_eval

import numpy as np
Expand Down
3 changes: 0 additions & 3 deletions tests/utils/test_date_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import datetime
import json

import pandas as pd
import pytest
from pytz import timezone

Expand Down

0 comments on commit d6dbe8d

Please sign in to comment.