Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 20, 2024
1 parent 12ad0b3 commit fcc2a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdgx/data_processors/generators/email.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from __future__ import annotations

from typing import Any

import pandas as pd
from faker import Faker
from typing import Any

from sdgx.data_models.metadata import Metadata
from sdgx.data_processors.extension import hookimpl
Expand Down

0 comments on commit fcc2a75

Please sign in to comment.