Skip to content

Commit

Permalink
Remove py2 'range' support
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Nov 7, 2023
1 parent e1fd58d commit 3e1544f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/wafer_map/gen_fake_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@
import math
import random

from wafer_map import PY2
from wafer_map import wm_constants as wm_const
from wafer_map import wm_info
from wafer_map import wm_utils


# Python2 Compatibility
if PY2:
range = xrange


def generate_fake_data(**kwargs):
"""
Generate fake data for wafer_map.
Expand Down

0 comments on commit 3e1544f

Please sign in to comment.