Skip to content

Commit

Permalink
FIX: Add needed os.path import
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored Apr 17, 2024
1 parent c9babd9 commit d6f2109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/check_python_h_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""
import argparse
import io
import os.path
import re
import sys

Expand Down

0 comments on commit d6f2109

Please sign in to comment.