Skip to content

Commit f1d55ee

Browse files
🧹 cleaning(.bin): Remove unused arrow imports.
1 parent 6c68092 commit f1d55ee

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.bin/fetch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
import os
55
import sys
66
import stat
7-
import arrow
87
import shutil
98
import logging
109
from recoll import recoll, rclextract
11-
from subprocess import check_output, call
10+
from subprocess import check_output
1211

1312
stats = os.fstat(sys.stdout.fileno())
1413
mode = stats.st_mode

.bin/geolocation.fetch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import os
44
import sys
55
import math
66
import json
7-
import arrow
87
import socket
98
import struct
109

.bin/weather.fetch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import os
55
import codecs
66
import subprocess
77
import json
8-
import arrow
98
import urllib.request
109

1110
URLFMT = 'https://api.darksky.net/forecast/{}/{},{}'

0 commit comments

Comments
 (0)