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 13, 2023
1 parent 30ad63b commit 8a54813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvflag/uvflag.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def __init__(
)

self._telescope_location = uvp.LocationParameter(
"telescope_location", description=desc, tols=1e-3, frame="itrs",
"telescope_location", description=desc, tols=1e-3, frame="itrs"
)

self._history = uvp.UVParameter(
Expand Down

0 comments on commit 8a54813

Please sign in to comment.