Skip to content

Commit

Permalink
added license, fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedaglia committed Jun 5, 2024
1 parent 8680bf6 commit 810204c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_importer.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Copyright 2024 HP Development Company, L.P.
# SPDX-License-Identifier: MIT

import csv
from io import BytesIO, StringIO, TextIOWrapper
import os

import pytest
from discovery import importer
from rscbulkenrollment.discovery import importer
from rscbulkenrollment.rsc import rsc as rscpkg

def test_guess_dialect():
Expand Down

0 comments on commit 810204c

Please sign in to comment.