Skip to content

Commit

Permalink
Update _common_meta.py
Browse files Browse the repository at this point in the history
Added # noqa: F811 to mk_source_detection so it doesn't throw an error.
  • Loading branch information
mairanteodoro authored Oct 29, 2024
1 parent 2d96839 commit accf066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roman_datamodels/maker_utils/_common_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def mk_visit(**kwargs):
return visit


def mk_source_detection(**kwargs):
def mk_source_detection(**kwargs): # noqa: F811
"""
Create a dummy Source Detection instance with valid values for attributes
required by the schema. Utilized by the model maker utilities below
Expand Down

0 comments on commit accf066

Please sign in to comment.