Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 9f026f1

Browse files
committed
Fixing some format issues
1 parent 43ad165 commit 9f026f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/selfie-lib/selfie_lib/Snapshot.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
from .SnapshotValue import SnapshotValue
22
from collections import OrderedDict
3-
import logging
4-
5-
logging.basicConfig(level=logging.DEBUG)
6-
logger = logging.getLogger(__name__)
73

84

95
class Snapshot:

0 commit comments

Comments
 (0)