Skip to content

Commit df1a1c4

Browse files
committed
cleanup
1 parent 5ba7535 commit df1a1c4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

mergin/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
push_project_finalize,
4343
push_project_async,
4444
push_project_is_running,
45-
ChangesHandler,
4645
get_change_batch,
4746
)
4847
from .utils import DateTimeEncoder, get_versions_with_file_changes, int_version, is_version_acceptable

mergin/merginproject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import json
22
import logging
3-
import pprint
43

54
import math
65
import os

mergin/test/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
import tempfile
77
import subprocess
88
import shutil
9-
import time
109
from collections import defaultdict
1110
from datetime import datetime, timedelta, date
12-
from unittest.mock import patch
1311

1412
import pytest
1513
import pytz

0 commit comments

Comments
 (0)