Skip to content

Commit abdc8ac

Browse files
committed
Fix import os for tests
1 parent b45d4ad commit abdc8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_auxiliary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4+
import os
45
import unittest
56
from collections import OrderedDict
67
from beams.auxiliary import *

0 commit comments

Comments
 (0)