Skip to content

Commit ad2e2e6

Browse files
MaxGhenisclaude
andcommitted
Run ruff format after ruff check --fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a3f367e commit ad2e2e6

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

policyengine_core/model_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
from policyengine_core.variables import (
42
QuantityType,
53
VariableCategory,

policyengine_core/simulations/microsimulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import numpy as np
32
from microdf import MicroDataFrame, MicroSeries
43

tests/core/variables/test_adds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from policyengine_core.entities import Entity
32
from policyengine_core.model_api import *
43
from policyengine_core.simulations import SimulationBuilder

tests/core/variables/test_subtracts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from policyengine_core.entities import Entity
32
from policyengine_core.model_api import *
43
from policyengine_core.simulations import SimulationBuilder

0 commit comments

Comments
 (0)