Skip to content

Commit

Permalink
Fix import statement for ruamel_yaml.comments
Browse files Browse the repository at this point in the history
  • Loading branch information
valhassan committed May 8, 2024
1 parent bac46a9 commit e3454c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from scipy.special import softmax
from collections import OrderedDict
from fiona.crs import to_string
from ruamel.yaml.comments import CommentedSeq
from ruamel_yaml.comments import CommentedSeq
from tqdm import tqdm
from rasterio import features
from rasterio.windows import Window
Expand Down

0 comments on commit e3454c7

Please sign in to comment.