Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Apr 10, 2024
1 parent a564c36 commit 6b721ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ repos:
rev: 22.12.0
hooks:
- id: black
# isort for python imports
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/precice/precice-pre-commit-hooks
rev: 'v3.3'
hooks:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

# from https://stackoverflow.com/a/9079062
import sys

Expand Down
3 changes: 1 addition & 2 deletions tests/unit/test_adaptivity_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import numpy as np
from mpi4py import MPI

from micro_manager.adaptivity.global_adaptivity import \
GlobalAdaptivityCalculator
from micro_manager.adaptivity.global_adaptivity import GlobalAdaptivityCalculator


class TestGlobalAdaptivity(TestCase):
Expand Down

0 comments on commit 6b721ec

Please sign in to comment.