Skip to content

Commit

Permalink
line formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Sep 13, 2023
1 parent 83c24c1 commit 66010e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xscen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def warning_on_one_line(
"ignore",
category=FutureWarning,
module="intake_esm",
message="The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.",
message="The default of observed=False is deprecated and will be changed to True in a future version of pandas. "
"Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.",
)
warnings.filterwarnings(
"ignore",
Expand Down

0 comments on commit 66010e0

Please sign in to comment.