Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Apr 18, 2023
1 parent 6d0022d commit 5b2c19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/tabular/containers/_row.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from hashlib import md5
from typing import Any, TYPE_CHECKING
from typing import TYPE_CHECKING, Any

import pandas as pd
from IPython.core.display_functions import DisplayHandle, display
Expand Down

0 comments on commit 5b2c19d

Please sign in to comment.