Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Apr 3, 2024
1 parent 4aa6002 commit f27fa9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pastas/plotting/plotly.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""This module contains interactive plots for Pastas models.
"""

import numpy as np
import pandas as pd
import plotly.graph_objs as go
Expand Down
1 change: 1 addition & 0 deletions pastas/plotting/plotutil.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""This module contains utility functions for plotting.
"""

from typing import List, Union

import numpy as np
Expand Down

0 comments on commit f27fa9c

Please sign in to comment.