Clean up unused imports in sanity tests (#79896)

pull/79897/head
Matt Clay 3 years ago committed by GitHub
parent 7495070b83
commit ca54b7b26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,6 @@
from __future__ import annotations from __future__ import annotations
import re import re
import sys
def read_file(path): def read_file(path):

@ -1,8 +1,6 @@
"""Make sure the data in BOTMETA.yml is valid""" """Make sure the data in BOTMETA.yml is valid"""
from __future__ import annotations from __future__ import annotations
import glob
import os
import re import re
import sys import sys
import yaml import yaml

Loading…
Cancel
Save