Skip to content

Commit

Permalink
FIXUP: Add missing regex module
Browse files Browse the repository at this point in the history
  • Loading branch information
benjwadams committed May 21, 2024
1 parent e5ba8be commit 579a018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compliance_checker/cf/cf_1_7.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import numpy as np
import pyproj

import regex
from compliance_checker import cfutil
from compliance_checker.base import BaseCheck, Result, TestCtx
from compliance_checker.cf.appendix_d import dimless_vertical_coordinates_1_7
Expand Down

0 comments on commit 579a018

Please sign in to comment.