Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

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] authored and ml-evs committed Nov 9, 2023
1 parent afc47d4 commit 2ec132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marda_extractors_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import multiprocessing.managers
import multiprocessing.shared_memory
import pickle
import platform
import re
import subprocess
import urllib.request
import venv
import platform
from enum import Enum
from pathlib import Path
from types import ModuleType
Expand Down

0 comments on commit 2ec132f

Please sign in to comment.