Skip to content

Commit

Permalink
apply pyfmt with usort to opted-in sources
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D24880203

fbshipit-source-id: 2034cdfc2712209e86d3d05c119c58f979b05c52
  • Loading branch information
amyreese authored and facebook-github-bot committed Nov 11, 2020
1 parent 2a5b7a2 commit 3798202
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/testsuite/testsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,23 @@


try:
import testsuite.esprima_test_runner as esprima
from testsuite.testsuite_skiplist import (
SKIP_LIST,
PERMANENT_SKIP_LIST,
UNSUPPORTED_FEATURES,
PERMANENT_UNSUPPORTED_FEATURES,
)
import testsuite.esprima_test_runner as esprima
except ImportError:
import esprima_test_runner as esprima

# Hacky way to handle non-buck builds that call the file immediately.
from testsuite_skiplist import (
SKIP_LIST,
PERMANENT_SKIP_LIST,
UNSUPPORTED_FEATURES,
PERMANENT_UNSUPPORTED_FEATURES,
)
import esprima_test_runner as esprima


## This is a simple script that runs the hermes compiler on
Expand Down

0 comments on commit 3798202

Please sign in to comment.