Skip to content

Commit

Permalink
chore: Autoformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored and github-actions[bot] committed Mar 27, 2024
1 parent 08bb7fc commit 281c451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vbl_aquarium/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from os import makedirs
from os.path import abspath, dirname, exists
from shutil import rmtree

from pydantic.alias_generators import to_pascal

from vbl_aquarium.generate_cs import pydantic_to_csharp
from vbl_aquarium.models import dock, ephys_link, generic, logging, pinpoint, unity, urchin
from vbl_aquarium.utils.common import get_classes
Expand Down

0 comments on commit 281c451

Please sign in to comment.