Skip to content

Commit

Permalink
some Linter Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ettel authored and Ettel committed Dec 19, 2023
1 parent 2c674b2 commit f3ed1e0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import torch.nn as nn
from torch.utils.data import DataLoader
from torch.utils.data import Dataset
from typing import TYPE_CHECKING, override
from typing import TYPE_CHECKING
from typing import overload

from safeds.data.tabular.containers import Column, Row, Table, TaggedTable

Expand Down Expand Up @@ -108,7 +109,7 @@ def _from_tagged_table(
return result

@staticmethod
@override
@overload
#idk if this method should exist, because we cant use it like the Method in TaggedTable, but the Method is static and this seem to doesnt get checked by the megalinter.
def _from_table(
table: Table,
Expand Down

0 comments on commit f3ed1e0

Please sign in to comment.