Skip to content

Commit

Permalink
Another test commit for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricityMachine committed Dec 13, 2023
1 parent 7e14701 commit 0a70d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Limitations: Windows only, only works on primary monitor

import logging
import math
mport math

Check failure on line 10 in script.py

View workflow job for this annotation

GitHub Actions / Lint

Ruff (E999)

script.py:10:7: E999 SyntaxError: Unexpected token 'math'
mport sys
import threading
import time
Expand Down

0 comments on commit 0a70d7c

Please sign in to comment.