Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 29, 2023
1 parent 0451e99 commit 9b546e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pytorch_tabular/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import warnings
from abc import ABCMeta, abstractmethod
from functools import partial
from typing import Any, Callable, Dict, List, Optional, Tuple, Union, Type
from typing import Any, Callable, Dict, List, Optional, Tuple, Type, Union

import numpy as np
import pytorch_lightning as pl
Expand Down
1 change: 0 additions & 1 deletion src/pytorch_tabular/ssl_models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Author: Manu Joseph <[email protected]>
# For license information, see LICENSE.TXT
"""SSL Base Model."""
import importlib
import warnings
from abc import ABCMeta, abstractmethod
from typing import Dict, Optional
Expand Down

0 comments on commit 9b546e4

Please sign in to comment.