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 Nov 6, 2023
1 parent f92cd7f commit b837bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manim/scene/scene_file_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

__all__ = ["SceneFileWriter"]

from queue import Queue
from threading import Thread
import json
import os
import shutil
import subprocess
from pathlib import Path
from queue import Queue
from threading import Thread
from typing import TYPE_CHECKING, Any

import numpy as np
Expand Down

0 comments on commit b837bed

Please sign in to comment.