Skip to content

Commit aa4efc5

Browse files
committed
Reorder argparse import
1 parent ae21252 commit aa4efc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mlx90640_camtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
import os
66
import math
77
import time
8+
import argparse
89
import board
910
import busio
1011
from PIL import Image
1112
import pygame
12-
import argparse
1313

1414
import adafruit_mlx90640
1515

0 commit comments

Comments
 (0)