Skip to content

Commit a8f94c9

Browse files
authored
Merge pull request #2116 from poissoncorp/RDoc-3472
RDoc-3472 Add missing import os
2 parents 15659a4 + 0ecae54 commit a8f94c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_whats_new.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
from __future__ import annotations
4040

4141
import re
42+
import os
4243
import sys
4344
from collections import Counter
4445
from datetime import datetime

0 commit comments

Comments
 (0)