Skip to content

Commit 75d629d

Browse files
committed
fix global variables for flake8
1 parent 36e9289 commit 75d629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aerokit/common/defaultgas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ def save_default():
2626
_saved_gamma = _gamma
2727

2828
def restore_default():
29-
global _saved_r, _saved_gamma, _r, _gamma
29+
global _r, _gamma
3030
_r = _saved_r
3131
_gamma = _saved_gamma

0 commit comments

Comments
 (0)