Skip to content

Commit

Permalink
Update after merge with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed May 23, 2023
1 parent 87fad80 commit 6cda862
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Test
run: |
./brink.sh test_ci2
./pythia.sh test_ci2
env:
CHEVAH_BUILD: build-py3-ț

Expand Down
1 change: 0 additions & 1 deletion src/chevah_compat/testing/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from __future__ import division
from __future__ import absolute_import
import six
import hashlib
import os
import re
import uuid
Expand Down
1 change: 0 additions & 1 deletion src/chevah_compat/testing/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from __future__ import division
from __future__ import absolute_import
import six
from six.moves import range
import contextlib
import inspect
import threading
Expand Down

0 comments on commit 6cda862

Please sign in to comment.