Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccorley committed Nov 10, 2021
1 parent 7829917 commit 2268299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion torchgeo/datasets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"collate_dict",
"rasterio_loader",
"dataset_split",
"draw_semantic_segmentation_masks"
"draw_semantic_segmentation_masks",
)


Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/xview.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def plot(self, index: int, alpha: float = 0.5) -> plt.Figure:
index: the index of the sample to plot
Returns:
the matplotlib.pyplot figure
"""
sample = self[index]
image1 = draw_semantic_segmentation_masks(
Expand Down

0 comments on commit 2268299

Please sign in to comment.