Skip to content

Commit

Permalink
Update test_tc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
walchko authored Aug 9, 2023
1 parent 9b34c39 commit 41e0317
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/test_tc.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/usr/bin/env python3

# from the_collector import CircularBuffer
from the_collector import Data
from the_collector import BagIt
from the_collector import Json, Pickle
import json
import pickle
from the_collector import *
# import json
# import pickle
import pytest
import os
# import os

def test_dummy():
assert True
Expand Down

0 comments on commit 41e0317

Please sign in to comment.