Skip to content

Commit

Permalink
[infra] Add missing import to linux_distribution_support.py
Browse files Browse the repository at this point in the history
TBR=whesse@google.com

Change-Id: I00dfdc3257be8bd2ca9b39e957c427e842c98cd0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170683
Reviewed-by: Alexander Thomas <athom@google.com>
  • Loading branch information
athomas committed Nov 6, 2020
1 parent 57864a8 commit cc853ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bots/linux_distribution_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

import os
import re
import subprocess
import sys

import bot_utils
Expand Down

0 comments on commit cc853ee

Please # to comment.