Skip to content

Commit

Permalink
🚨 Fixed linting problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjorn committed Nov 6, 2024
1 parent 196877d commit bcbeca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sam/models/lasso_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from pathlib import Path
from typing import Callable, Sequence, Tuple, Union, Any

Expand Down
2 changes: 1 addition & 1 deletion sam/models/mlp_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pathlib import Path
from typing import Callable, Sequence, Tuple, Union, Optional
from typing import Callable, Sequence, Tuple, Union, Optional, Any

import numpy as np
import pandas as pd
Expand Down

0 comments on commit bcbeca9

Please sign in to comment.