Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 17, 2022
1 parent 54a3842 commit 984fcb9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions xandikos/tests/test_vcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,11 @@

"""Tests for xandikos.vcard."""

from datetime import datetime

import pytz
import unittest

from xandikos import (
collation as _mod_collation,
)
from xandikos.vcard import (
VCardFile,
)
from xandikos.store import InvalidFileContents

EXAMPLE_VCARD1 = b"""\
BEGIN:VCARD
Expand Down

0 comments on commit 984fcb9

Please sign in to comment.