Skip to content

Commit

Permalink
Pleasing linters
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Dec 24, 2023
1 parent f383c66 commit aa2e209
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/subplot_example.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import forestplot as fp
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.gridspec as gridspec
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd


import forestplot as fp

# fill in
df = pd.read_csv('test.csv')
Expand Down

0 comments on commit aa2e209

Please sign in to comment.